Shades of Westar #D0CBC0
Tints of Westar #D0CBC0
RGB
CMYK
RGB Variations
Color information
#D0CBC0 (or 0xD0CBC0) is known color: Westar. HEX triplet: D0, CB and C0. RGB value is (208,203,192). Sum of RGB (Red+Green+Blue) = 208+203+192=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBC0 is #2F343F. Grayscale: #CBCBCB. Windows color (decimal): -3093568 or 12635088. OLE color: 12635088.
HSL color Cylindrical-coordinate representation of color #D0CBC0: hue angle of 41.25º 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 #D0CBC0 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 203 | 192 | - |
CMYK | 0 | 0.02 | 0.08 | 0.18 |
HSL | 41.25º | 0.15% | 0.78% | - |
HSV(B) | 41.25º | 0.08% | 0.82% | - |
XYZ | 56.88 | 59.93 | 58.44 | - |
YUV | 203.24 | 121.66 | 131.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 203 | 192 | 0 | 0.02 | 0.08 | 0.18 | 41.25 | 0.15 | 0.78 |
Hex | D0 | CB | C0 | 0 | 2 | 8 | 12 | 29 | F | 4E |
Octal | 320 | 313 | 300 | 0 | 2 | 10 | 22 | 51 | 17 | 116 |
Binary | 11010000 | 11001011 | 11000000 | 0 | 10 | 1000 | 10010 | 101001 | 1111 | 1001110 |
Color Harmonies of #D0CBC0
Complementary color
Monochromatic Colors of #D0CBC0
Black with #D0CBC0
Text Example
Text Example
White with #D0CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBC0; }
p { color: rgb(208,203,192); }
H1.HeaderClassName
{
color: #D0CBC0;
}
.AnyTagClassName
{
color: #D0CBC0;
}
</style>
background-color css
<style>
a { background-color: #D0CBC0; }
a { background-color: rgb(208,203,192); }
div.DivClassName
{
background-color: #D0CBC0;
}
.BgClassName
{
background-color: #D0CBC0;
}
</style>
border-color css
<style>
span { border-color: #D0CBC0; }
span { border-color: rgb(208,203,192); }
td.TdClassName
{
border-color: #D0CBC0;
}
.TagClassName
{
border-color: #D0CBC0;
}
</style>