#D0CAC0

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

Shades of Westar #D0CAC0

Tints of Westar #D0CAC0

Color information

#D0CAC0 (or 0xD0CAC0) is unknown color: approx Westar. HEX triplet: D0, CA and C0. RGB value is (208,202,192). Sum of RGB (Red+Green+Blue) = 208+202+192=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAC0 is #2F353F. Grayscale: #CACACA. Windows color (decimal): -3093824 or 12634832. OLE color: 12634832.

HSL color Cylindrical-coordinate representation of color #D0CAC0: hue angle of 37.5º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CAC0 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208202192-
CMYK00.030.080.18
HSL37.5º14.55%78.43%-
HSV(B)37.5º7.69%81.57%-
XYZ56.6559.4658.36-
YUV202.65121.99131.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 192 (75.39% from 255) = 31.89%
R=34.55%
G=33.55%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820219200.030.080.1837.514.5578.43
HexD0CAC00381226f4e
Octal3203123000310224617116
Binary11010000110010101100000001110001001010011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAC0; }

 p { color: rgb(208,202,192); }

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

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

 a { background-color: rgb(208,202,192); }

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

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

 span { border-color: rgb(208,202,192); }

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