Shades of Westar #CDC8BE
Tints of Westar #CDC8BE
RGB
CMYK
RGB Variations
Color information
#CDC8BE (or 0xCDC8BE) is known color: Westar. HEX triplet: CD, C8 and BE. RGB value is (205,200,190). Sum of RGB (Red+Green+Blue) = 205+200+190=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8BE is #323741. Grayscale: #C8C8C8. Windows color (decimal): -3290946 or 12503245. OLE color: 12503245.
HSL color Cylindrical-coordinate representation of color #CDC8BE: hue angle of 40º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC8BE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 190 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.20 |
| HSL | 40º | 0.13% | 0.77% | - |
| HSV(B) | 40º | 0.07% | 0.8% | - |
| XYZ | 55.13 | 58.01 | 57.01 | - |
| YUV | 200.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 190 | 0 | 0.02 | 0.07 | 0.20 | 40 | 0.13 | 0.77 |
| Hex | CD | C8 | BE | 0 | 2 | 7 | 14 | 28 | D | 4D |
| Octal | 315 | 310 | 276 | 0 | 2 | 7 | 24 | 50 | 15 | 115 |
| Binary | 11001101 | 11001000 | 10111110 | 0 | 10 | 111 | 10100 | 101000 | 1101 | 1001101 |
Color Harmonies of #CDC8BE
Complementary color
Monochromatic Colors of #CDC8BE
Black with #CDC8BE
Text Example
Text Example
White with #CDC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8BE; }
p { color: rgb(205,200,190); }
H1.HeaderClassName
{
color: #CDC8BE;
}
.AnyTagClassName
{
color: #CDC8BE;
}
</style>
background-color css
<style>
a { background-color: #CDC8BE; }
a { background-color: rgb(205,200,190); }
div.DivClassName
{
background-color: #CDC8BE;
}
.BgClassName
{
background-color: #CDC8BE;
}
</style>
border-color css
<style>
span { border-color: #CDC8BE; }
span { border-color: rgb(205,200,190); }
td.TdClassName
{
border-color: #CDC8BE;
}
.TagClassName
{
border-color: #CDC8BE;
}
</style>