#D08E99

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

Shades of Can Can #D08E99

Tints of Can Can #D08E99

Color information

#D08E99 (or 0xD08E99) is unknown color: approx Can Can. HEX triplet: D0, 8E and 99. RGB value is (208,142,153). Sum of RGB (Red+Green+Blue) = 208+142+153=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08E99 is #2F7166. Grayscale: #A3A3A3. Windows color (decimal): -3109223 or 10063568. OLE color: 10063568.

HSL color Cylindrical-coordinate representation of color #D08E99: hue angle of 350º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08E99 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB208142153-
CMYK00.320.260.18
HSL350º41.25%68.63%-
HSV(B)350º31.73%81.57%-
XYZ41.4435.0634.72-
YUV162.99122.37160.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.35%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=41.35%
G=28.23%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814215300.320.260.1835041.2568.63
HexD08E990201A1215e2945
Octal320216231040322253651105
Binary110100001000111010011001010000011010100101010111101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08E99; }

 p { color: rgb(208,142,153); }

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

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

 a { background-color: rgb(208,142,153); }

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

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

 span { border-color: rgb(208,142,153); }

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