#D06475

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

Shades of Cabaret #D06475

Tints of Cabaret #D06475

Color information

#D06475 (or 0xD06475) is unknown color: approx Cabaret. HEX triplet: D0, 64 and 75. RGB value is (208,100,117). Sum of RGB (Red+Green+Blue) = 208+100+117=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D06475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06475 is #2F9B8A. Grayscale: #868686. Windows color (decimal): -3120011 or 7693520. OLE color: 7693520.

HSL color Cylindrical-coordinate representation of color #D06475: hue angle of 350.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06475 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB208100117-
CMYK00.520.440.18
HSL350.56º53.47%60.39%-
HSV(B)350.56º51.92%81.57%-
XYZ33.7823.8119.64-
YUV134.23118.28180.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=48.94%
G=23.53%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810011700.520.440.18350.5653.4760.39
HexD064750342C1215f353c
Octal32014416506454225376574
Binary1101000011001001110101011010010110010010101011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06475; }

 p { color: rgb(208,100,117); }

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

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

 a { background-color: rgb(208,100,117); }

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

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

 span { border-color: rgb(208,100,117); }

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