Shades of Westar #D1CBC0
Tints of Westar #D1CBC0
RGB
CMYK
RGB Variations
Color information
#D1CBC0 (or 0xD1CBC0) is known color: Westar. HEX triplet: D1, CB and C0. RGB value is (209,203,192). Sum of RGB (Red+Green+Blue) = 209+203+192=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBC0 is #2E343F. Grayscale: #CBCBCB. Windows color (decimal): -3028032 or 12635089. OLE color: 12635089.
HSL color Cylindrical-coordinate representation of color #D1CBC0: hue angle of 38.82º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1CBC0 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 192 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.18 |
| HSL | 38.82º | 0.16% | 0.79% | - |
| HSV(B) | 38.82º | 0.08% | 0.82% | - |
| XYZ | 57.16 | 60.07 | 58.45 | - |
| YUV | 203.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 192 | 0 | 0.03 | 0.08 | 0.18 | 38.82 | 0.16 | 0.79 |
| Hex | D1 | CB | C0 | 0 | 3 | 8 | 12 | 27 | 10 | 4F |
| Octal | 321 | 313 | 300 | 0 | 3 | 10 | 22 | 47 | 20 | 117 |
| Binary | 11010001 | 11001011 | 11000000 | 0 | 11 | 1000 | 10010 | 100111 | 10000 | 1001111 |
Color Harmonies of #D1CBC0
Complementary color
Monochromatic Colors of #D1CBC0
Black with #D1CBC0
Text Example
Text Example
White with #D1CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBC0; }
p { color: rgb(209,203,192); }
H1.HeaderClassName
{
color: #D1CBC0;
}
.AnyTagClassName
{
color: #D1CBC0;
}
</style>
background-color css
<style>
a { background-color: #D1CBC0; }
a { background-color: rgb(209,203,192); }
div.DivClassName
{
background-color: #D1CBC0;
}
.BgClassName
{
background-color: #D1CBC0;
}
</style>
border-color css
<style>
span { border-color: #D1CBC0; }
span { border-color: rgb(209,203,192); }
td.TdClassName
{
border-color: #D1CBC0;
}
.TagClassName
{
border-color: #D1CBC0;
}
</style>