#D0899C

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

Shades of Can Can #D0899C

Tints of Can Can #D0899C

Color information

#D0899C (or 0xD0899C) is unknown color: approx Can Can. HEX triplet: D0, 89 and 9C. RGB value is (208,137,156). Sum of RGB (Red+Green+Blue) = 208+137+156=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0899C is #2F7663. Grayscale: #A0A0A0. Windows color (decimal): -3110500 or 10258896. OLE color: 10258896.

HSL color Cylindrical-coordinate representation of color #D0899C: hue angle of 343.94º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0899C is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208137156-
CMYK00.340.250.18
HSL343.94º43.03%67.65%-
HSV(B)343.94º34.13%81.57%-
XYZ40.9633.735.8-
YUV160.39125.52161.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 137 (53.91% from 255) = 27.35%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=41.52%
G=27.35%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813715600.340.250.18343.9443.0367.65
HexD0899C02219121582b44
Octal320211234042312253053104
Binary110100001000100110011100010001011001100101010110001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0899C; }

 p { color: rgb(208,137,156); }

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

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

 a { background-color: rgb(208,137,156); }

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

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

 span { border-color: rgb(208,137,156); }

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