#D08F9C

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

Shades of Can Can #D08F9C

Tints of Can Can #D08F9C

Color information

#D08F9C (or 0xD08F9C) is unknown color: approx Can Can. HEX triplet: D0, 8F and 9C. RGB value is (208,143,156). Sum of RGB (Red+Green+Blue) = 208+143+156=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08F9C is #2F7063. Grayscale: #A3A3A3. Windows color (decimal): -3108964 or 10260432. OLE color: 10260432.

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

Color convert

RGB208143156-
CMYK00.310.250.18
HSL348º40.88%68.82%-
HSV(B)348º31.25%81.57%-
XYZ41.8435.4636.09-
YUV163.92123.53159.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 143 (56.25% from 255) = 28.21%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=41.03%
G=28.21%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814315600.310.250.1834840.8868.82
HexD08F9C01F191215c2945
Octal320217234037312253451105
Binary11010000100011111001110001111111001100101010111001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08F9C; }

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

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

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

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

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

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

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

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