Shades of Westar #CECAC2
Tints of Westar #CECAC2
RGB
CMYK
RGB Variations
Color information
#CECAC2 (or 0xCECAC2) is known color: Westar. HEX triplet: CE, CA and C2. RGB value is (206,202,194). Sum of RGB (Red+Green+Blue) = 206+202+194=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAC2 is #31353D. Grayscale: #CACACA. Windows color (decimal): -3224894 or 12765902. OLE color: 12765902.
HSL color Cylindrical-coordinate representation of color #CECAC2: hue angle of 40º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECAC2 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 202 | 194 | - |
CMYK | 0 | 0.02 | 0.06 | 0.19 |
HSL | 40º | 0.11% | 0.78% | - |
HSV(B) | 40º | 0.06% | 0.81% | - |
XYZ | 56.31 | 59.26 | 59.51 | - |
YUV | 202.28 | 123.33 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 194 | 0 | 0.02 | 0.06 | 0.19 | 40 | 0.11 | 0.78 |
Hex | CE | CA | C2 | 0 | 2 | 6 | 13 | 28 | B | 4E |
Octal | 316 | 312 | 302 | 0 | 2 | 6 | 23 | 50 | 13 | 116 |
Binary | 11001110 | 11001010 | 11000010 | 0 | 10 | 110 | 10011 | 101000 | 1011 | 1001110 |
Color Harmonies of #CECAC2
Complementary color
Monochromatic Colors of #CECAC2
Black with #CECAC2
Text Example
Text Example
White with #CECAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAC2; }
p { color: rgb(206,202,194); }
H1.HeaderClassName
{
color: #CECAC2;
}
.AnyTagClassName
{
color: #CECAC2;
}
</style>
background-color css
<style>
a { background-color: #CECAC2; }
a { background-color: rgb(206,202,194); }
div.DivClassName
{
background-color: #CECAC2;
}
.BgClassName
{
background-color: #CECAC2;
}
</style>
border-color css
<style>
span { border-color: #CECAC2; }
span { border-color: rgb(206,202,194); }
td.TdClassName
{
border-color: #CECAC2;
}
.TagClassName
{
border-color: #CECAC2;
}
</style>