Shades of Westar #CECBC4
Tints of Westar #CECBC4
RGB
CMYK
RGB Variations
Color information
#CECBC4 (or 0xCECBC4) is known color: Westar. HEX triplet: CE, CB and C4. RGB value is (206,203,196). Sum of RGB (Red+Green+Blue) = 206+203+196=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBC4 is #31343B. Grayscale: #CBCBCB. Windows color (decimal): -3224636 or 12897230. OLE color: 12897230.
HSL color Cylindrical-coordinate representation of color #CECBC4: hue angle of 42º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CECBC4 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 203 | 196 | - |
CMYK | 0 | 0.01 | 0.05 | 0.19 |
HSL | 42º | 0.09% | 0.79% | - |
HSV(B) | 42º | 0.05% | 0.81% | - |
XYZ | 56.77 | 59.82 | 60.78 | - |
YUV | 203.1 | 123.99 | 130.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 196 | 0 | 0.01 | 0.05 | 0.19 | 42 | 0.09 | 0.79 |
Hex | CE | CB | C4 | 0 | 1 | 5 | 13 | 2A | 9 | 4F |
Octal | 316 | 313 | 304 | 0 | 1 | 5 | 23 | 52 | 11 | 117 |
Binary | 11001110 | 11001011 | 11000100 | 0 | 1 | 101 | 10011 | 101010 | 1001 | 1001111 |
Color Harmonies of #CECBC4
Complementary color
Monochromatic Colors of #CECBC4
Black with #CECBC4
Text Example
Text Example
White with #CECBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBC4; }
p { color: rgb(206,203,196); }
H1.HeaderClassName
{
color: #CECBC4;
}
.AnyTagClassName
{
color: #CECBC4;
}
</style>
background-color css
<style>
a { background-color: #CECBC4; }
a { background-color: rgb(206,203,196); }
div.DivClassName
{
background-color: #CECBC4;
}
.BgClassName
{
background-color: #CECBC4;
}
</style>
border-color css
<style>
span { border-color: #CECBC4; }
span { border-color: rgb(206,203,196); }
td.TdClassName
{
border-color: #CECBC4;
}
.TagClassName
{
border-color: #CECBC4;
}
</style>