Shades of Westar #CECBC7
Tints of Westar #CECBC7
RGB
CMYK
RGB Variations
Color information
#CECBC7 (or 0xCECBC7) is known color: Westar. HEX triplet: CE, CB and C7. RGB value is (206,203,199). Sum of RGB (Red+Green+Blue) = 206+203+199=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBC7 is #313438. Grayscale: #CBCBCB. Windows color (decimal): -3224633 or 13093838. OLE color: 13093838.
HSL color Cylindrical-coordinate representation of color #CECBC7: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECBC7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 203 | 199 | - |
CMYK | 0 | 0.01 | 0.03 | 0.19 |
HSL | 34.29º | 0.07% | 0.79% | - |
HSV(B) | 34.29º | 0.03% | 0.81% | - |
XYZ | 57.12 | 59.96 | 62.6 | - |
YUV | 203.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 199 | 0 | 0.01 | 0.03 | 0.19 | 34.29 | 0.07 | 0.79 |
Hex | CE | CB | C7 | 0 | 1 | 3 | 13 | 22 | 7 | 4F |
Octal | 316 | 313 | 307 | 0 | 1 | 3 | 23 | 42 | 7 | 117 |
Binary | 11001110 | 11001011 | 11000111 | 0 | 1 | 11 | 10011 | 100010 | 111 | 1001111 |
Color Harmonies of #CECBC7
Complementary color
Monochromatic Colors of #CECBC7
Black with #CECBC7
Text Example
Text Example
White with #CECBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBC7; }
p { color: rgb(206,203,199); }
H1.HeaderClassName
{
color: #CECBC7;
}
.AnyTagClassName
{
color: #CECBC7;
}
</style>
background-color css
<style>
a { background-color: #CECBC7; }
a { background-color: rgb(206,203,199); }
div.DivClassName
{
background-color: #CECBC7;
}
.BgClassName
{
background-color: #CECBC7;
}
</style>
border-color css
<style>
span { border-color: #CECBC7; }
span { border-color: rgb(206,203,199); }
td.TdClassName
{
border-color: #CECBC7;
}
.TagClassName
{
border-color: #CECBC7;
}
</style>