Shades of Westar #D0CBC3
Tints of Westar #D0CBC3
RGB
CMYK
RGB Variations
Color information
#D0CBC3 (or 0xD0CBC3) is known color: Westar. HEX triplet: D0, CB and C3. RGB value is (208,203,195). Sum of RGB (Red+Green+Blue) = 208+203+195=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBC3 is #2F343C. Grayscale: #CBCBCB. Windows color (decimal): -3093565 or 12831696. OLE color: 12831696.
HSL color Cylindrical-coordinate representation of color #D0CBC3: hue angle of 36.92º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0CBC3 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 203 | 195 | - |
CMYK | 0 | 0.02 | 0.06 | 0.18 |
HSL | 36.92º | 0.12% | 0.79% | - |
HSV(B) | 36.92º | 0.06% | 0.82% | - |
XYZ | 57.22 | 60.06 | 60.21 | - |
YUV | 203.58 | 123.16 | 131.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 203 | 195 | 0 | 0.02 | 0.06 | 0.18 | 36.92 | 0.12 | 0.79 |
Hex | D0 | CB | C3 | 0 | 2 | 6 | 12 | 25 | C | 4F |
Octal | 320 | 313 | 303 | 0 | 2 | 6 | 22 | 45 | 14 | 117 |
Binary | 11010000 | 11001011 | 11000011 | 0 | 10 | 110 | 10010 | 100101 | 1100 | 1001111 |
Color Harmonies of #D0CBC3
Complementary color
Monochromatic Colors of #D0CBC3
Black with #D0CBC3
Text Example
Text Example
White with #D0CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBC3; }
p { color: rgb(208,203,195); }
H1.HeaderClassName
{
color: #D0CBC3;
}
.AnyTagClassName
{
color: #D0CBC3;
}
</style>
background-color css
<style>
a { background-color: #D0CBC3; }
a { background-color: rgb(208,203,195); }
div.DivClassName
{
background-color: #D0CBC3;
}
.BgClassName
{
background-color: #D0CBC3;
}
</style>
border-color css
<style>
span { border-color: #D0CBC3; }
span { border-color: rgb(208,203,195); }
td.TdClassName
{
border-color: #D0CBC3;
}
.TagClassName
{
border-color: #D0CBC3;
}
</style>