Shades of Westar #CECBC6
Tints of Westar #CECBC6
RGB
CMYK
RGB Variations
Color information
#CECBC6 (or 0xCECBC6) is known color: Westar. HEX triplet: CE, CB and C6. RGB value is (206,203,198). Sum of RGB (Red+Green+Blue) = 206+203+198=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBC6 is #313439. Grayscale: #CBCBCB. Windows color (decimal): -3224634 or 13028302. OLE color: 13028302.
HSL color Cylindrical-coordinate representation of color #CECBC6: hue angle of 37.5º 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 #CECBC6 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 198 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.19 |
| HSL | 37.5º | 0.08% | 0.79% | - |
| HSV(B) | 37.5º | 0.04% | 0.81% | - |
| XYZ | 57 | 59.91 | 61.99 | - |
| YUV | 203.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 198 | 0 | 0.01 | 0.04 | 0.19 | 37.5 | 0.08 | 0.79 |
| Hex | CE | CB | C6 | 0 | 1 | 4 | 13 | 26 | 8 | 4F |
| Octal | 316 | 313 | 306 | 0 | 1 | 4 | 23 | 46 | 10 | 117 |
| Binary | 11001110 | 11001011 | 11000110 | 0 | 1 | 100 | 10011 | 100110 | 1000 | 1001111 |
Color Harmonies of #CECBC6
Complementary color
Monochromatic Colors of #CECBC6
Black with #CECBC6
Text Example
Text Example
White with #CECBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBC6; }
p { color: rgb(206,203,198); }
H1.HeaderClassName
{
color: #CECBC6;
}
.AnyTagClassName
{
color: #CECBC6;
}
</style>
background-color css
<style>
a { background-color: #CECBC6; }
a { background-color: rgb(206,203,198); }
div.DivClassName
{
background-color: #CECBC6;
}
.BgClassName
{
background-color: #CECBC6;
}
</style>
border-color css
<style>
span { border-color: #CECBC6; }
span { border-color: rgb(206,203,198); }
td.TdClassName
{
border-color: #CECBC6;
}
.TagClassName
{
border-color: #CECBC6;
}
</style>