Shades of Westar #D1CBC1
Tints of Westar #D1CBC1
RGB
CMYK
RGB Variations
Color information
#D1CBC1 (or 0xD1CBC1) is known color: Westar. HEX triplet: D1, CB and C1. RGB value is (209,203,193). Sum of RGB (Red+Green+Blue) = 209+203+193=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBC1 is #2E343E. Grayscale: #CBCBCB. Windows color (decimal): -3028031 or 12700625. OLE color: 12700625.
HSL color Cylindrical-coordinate representation of color #D1CBC1: hue angle of 37.5º degrees, saturation: 0.15, 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 #D1CBC1 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 193 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.18 |
| HSL | 37.5º | 0.15% | 0.79% | - |
| HSV(B) | 37.5º | 0.08% | 0.82% | - |
| XYZ | 57.28 | 60.12 | 59.04 | - |
| YUV | 203.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 193 | 0 | 0.03 | 0.08 | 0.18 | 37.5 | 0.15 | 0.79 |
| Hex | D1 | CB | C1 | 0 | 3 | 8 | 12 | 26 | F | 4F |
| Octal | 321 | 313 | 301 | 0 | 3 | 10 | 22 | 46 | 17 | 117 |
| Binary | 11010001 | 11001011 | 11000001 | 0 | 11 | 1000 | 10010 | 100110 | 1111 | 1001111 |
Color Harmonies of #D1CBC1
Complementary color
Monochromatic Colors of #D1CBC1
Black with #D1CBC1
Text Example
Text Example
White with #D1CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBC1; }
p { color: rgb(209,203,193); }
H1.HeaderClassName
{
color: #D1CBC1;
}
.AnyTagClassName
{
color: #D1CBC1;
}
</style>
background-color css
<style>
a { background-color: #D1CBC1; }
a { background-color: rgb(209,203,193); }
div.DivClassName
{
background-color: #D1CBC1;
}
.BgClassName
{
background-color: #D1CBC1;
}
</style>
border-color css
<style>
span { border-color: #D1CBC1; }
span { border-color: rgb(209,203,193); }
td.TdClassName
{
border-color: #D1CBC1;
}
.TagClassName
{
border-color: #D1CBC1;
}
</style>