#D08896

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

Shades of Can Can #D08896

Tints of Can Can #D08896

Color information

#D08896 (or 0xD08896) is unknown color: approx Can Can. HEX triplet: D0, 88 and 96. RGB value is (208,136,150). Sum of RGB (Red+Green+Blue) = 208+136+150=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D08896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08896 is #2F7769. Grayscale: #9F9F9F. Windows color (decimal): -3110762 or 9865424. OLE color: 9865424.

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

Color convert

RGB208136150-
CMYK00.350.280.18
HSL348.33º43.37%67.45%-
HSV(B)348.33º34.62%81.57%-
XYZ40.3233.2233.14-
YUV159.12122.85162.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.11%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=42.11%
G=27.53%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813615000.350.280.18348.3343.3767.45
HexD088960231C1215c2b43
Octal320210226043342253453103
Binary110100001000100010010110010001111100100101010111001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08896; }

 p { color: rgb(208,136,150); }

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

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

 a { background-color: rgb(208,136,150); }

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

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

 span { border-color: rgb(208,136,150); }

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