Shades of Westar #CECCC7
Tints of Westar #CECCC7
RGB
CMYK
RGB Variations
Color information
#CECCC7 (or 0xCECCC7) is known color: Westar. HEX triplet: CE, CC and C7. RGB value is (206,204,199). Sum of RGB (Red+Green+Blue) = 206+204+199=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC7 is #313338. Grayscale: #CCCCCC. Windows color (decimal): -3224377 or 13094094. OLE color: 13094094.
HSL color Cylindrical-coordinate representation of color #CECCC7: hue angle of 42.86º 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 #CECCC7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 199 | - |
CMYK | 0 | 0.01 | 0.03 | 0.19 |
HSL | 42.86º | 0.07% | 0.79% | - |
HSV(B) | 42.86º | 0.03% | 0.81% | - |
XYZ | 57.36 | 60.43 | 62.67 | - |
YUV | 204.03 | 125.16 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 199 | 0 | 0.01 | 0.03 | 0.19 | 42.86 | 0.07 | 0.79 |
Hex | CE | CC | C7 | 0 | 1 | 3 | 13 | 2B | 7 | 4F |
Octal | 316 | 314 | 307 | 0 | 1 | 3 | 23 | 53 | 7 | 117 |
Binary | 11001110 | 11001100 | 11000111 | 0 | 1 | 11 | 10011 | 101011 | 111 | 1001111 |
Color Harmonies of #CECCC7
Complementary color
Monochromatic Colors of #CECCC7
Black with #CECCC7
Text Example
Text Example
White with #CECCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCC7; }
p { color: rgb(206,204,199); }
H1.HeaderClassName
{
color: #CECCC7;
}
.AnyTagClassName
{
color: #CECCC7;
}
</style>
background-color css
<style>
a { background-color: #CECCC7; }
a { background-color: rgb(206,204,199); }
div.DivClassName
{
background-color: #CECCC7;
}
.BgClassName
{
background-color: #CECCC7;
}
</style>
border-color css
<style>
span { border-color: #CECCC7; }
span { border-color: rgb(206,204,199); }
td.TdClassName
{
border-color: #CECCC7;
}
.TagClassName
{
border-color: #CECCC7;
}
</style>