Shades of Westar #CECBC5
Tints of Westar #CECBC5
RGB
CMYK
RGB Variations
Color information
#CECBC5 (or 0xCECBC5) is known color: Westar. HEX triplet: CE, CB and C5. RGB value is (206,203,197). Sum of RGB (Red+Green+Blue) = 206+203+197=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBC5 is #31343A. Grayscale: #CBCBCB. Windows color (decimal): -3224635 or 12962766. OLE color: 12962766.
HSL color Cylindrical-coordinate representation of color #CECBC5: hue angle of 40º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CECBC5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 203 | 197 | - |
CMYK | 0 | 0.01 | 0.04 | 0.19 |
HSL | 40º | 0.08% | 0.79% | - |
HSV(B) | 40º | 0.04% | 0.81% | - |
XYZ | 56.89 | 59.86 | 61.38 | - |
YUV | 203.21 | 124.49 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 197 | 0 | 0.01 | 0.04 | 0.19 | 40 | 0.08 | 0.79 |
Hex | CE | CB | C5 | 0 | 1 | 4 | 13 | 28 | 8 | 4F |
Octal | 316 | 313 | 305 | 0 | 1 | 4 | 23 | 50 | 10 | 117 |
Binary | 11001110 | 11001011 | 11000101 | 0 | 1 | 100 | 10011 | 101000 | 1000 | 1001111 |
Color Harmonies of #CECBC5
Complementary color
Monochromatic Colors of #CECBC5
Black with #CECBC5
Text Example
Text Example
White with #CECBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBC5; }
p { color: rgb(206,203,197); }
H1.HeaderClassName
{
color: #CECBC5;
}
.AnyTagClassName
{
color: #CECBC5;
}
</style>
background-color css
<style>
a { background-color: #CECBC5; }
a { background-color: rgb(206,203,197); }
div.DivClassName
{
background-color: #CECBC5;
}
.BgClassName
{
background-color: #CECBC5;
}
</style>
border-color css
<style>
span { border-color: #CECBC5; }
span { border-color: rgb(206,203,197); }
td.TdClassName
{
border-color: #CECBC5;
}
.TagClassName
{
border-color: #CECBC5;
}
</style>