#d04c69

Color #D04C69 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #D04C69

Tints of Cabaret #D04C69

Color information

#D04C69 (or 0xD04C69) is unknown color: approx Cabaret. HEX triplet: D0, 4C and 69. RGB value is (208,76,105). Sum of RGB (Red+Green+Blue) = 208+76+105=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C69 is #2FB396. Grayscale: #767676. Windows color (decimal): -3126167 or 6900944. OLE color: 6900944.

HSL color Cylindrical-coordinate representation of color #D04C69: hue angle of 346.82º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C69 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB20876105-
CMYK00.630.500.18
HSL346.82º58.41%55.69%-
HSV(B)346.82º63.46%81.57%-
XYZ31.1519.615.51-
YUV118.77120.23191.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 53.47%
GREEN value IS 76 (30.08% from 255) = 19.54%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=53.47%
G=19.54%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087610500.630.500.18346.8258.4155.69
HexD04C6903F321215b3a38
Octal32011415107762225337270
Binary1101000010011001101001011111111001010010101011011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d04c69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d04c69; }

 p { color: rgb(208,76,105); }

 H1.HeaderClassName
 {
   color: #d04c69;
 }
 .AnyTagClassName
 {
   color: #d04c69;
 }
</style>
background-color css

<style>
 a { background-color: #d04c69; }

 a { background-color: rgb(208,76,105); }

 div.DivClassName
 {
   background-color: #d04c69;
 }
 .BgClassName
 {
   background-color: #d04c69;
 }
</style>
border-color css

<style>
 span { border-color: #d04c69; }

 span { border-color: rgb(208,76,105); }

 td.TdClassName
 {
   border-color: #d04c69;
 }
 .TagClassName
 {
   border-color: #d04c69;
 }
</style>