#D08F95

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

Shades of Can Can #D08F95

Tints of Can Can #D08F95

Color information

#D08F95 (or 0xD08F95) is unknown color: approx Can Can. HEX triplet: D0, 8F and 95. RGB value is (208,143,149). Sum of RGB (Red+Green+Blue) = 208+143+149=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08F95 is #2F706A. Grayscale: #A3A3A3. Windows color (decimal): -3108971 or 9801680. OLE color: 9801680.

HSL color Cylindrical-coordinate representation of color #D08F95: hue angle of 354.46º 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 #D08F95 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208143149-
CMYK00.310.280.18
HSL354.46º40.88%68.82%-
HSV(B)354.46º31.25%81.57%-
XYZ41.2635.2233.06-
YUV163.12120.03160.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.6%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=41.6%
G=28.6%
B=29.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814314900.310.280.18354.4640.8868.82
HexD08F9501F1C121622945
Octal320217225037342254251105
Binary11010000100011111001010101111111100100101011000101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08F95; }

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

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

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

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

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

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

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

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