#D08CA0

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

Shades of Can Can #D08CA0

Tints of Can Can #D08CA0

Color information

#D08CA0 (or 0xD08CA0) is unknown color: approx Can Can. HEX triplet: D0, 8C and A0. RGB value is (208,140,160). Sum of RGB (Red+Green+Blue) = 208+140+160=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08CA0 is #2F735F. Grayscale: #A2A2A2. Windows color (decimal): -3109728 or 10521808. OLE color: 10521808.

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

Color convert

RGB208140160-
CMYK00.330.230.18
HSL342.35º41.98%68.24%-
HSV(B)342.35º32.69%81.57%-
XYZ41.7434.737.76-
YUV162.61126.53160.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 160 (62.89% from 255) = 31.50%
R=40.94%
G=27.56%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814016000.330.230.18342.3541.9868.24
HexD08CA002117121562a44
Octal320214240041272252652104
Binary110100001000110010100000010000110111100101010101101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08CA0; }

 p { color: rgb(208,140,160); }

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

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

 a { background-color: rgb(208,140,160); }

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

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

 span { border-color: rgb(208,140,160); }

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