Shades of Westar #CECAC4
Tints of Westar #CECAC4
RGB
CMYK
RGB Variations
Color information
#CECAC4 (or 0xCECAC4) is known color: Westar. HEX triplet: CE, CA and C4. RGB value is (206,202,196). Sum of RGB (Red+Green+Blue) = 206+202+196=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAC4 is #31353B. Grayscale: #CACACA. Windows color (decimal): -3224892 or 12896974. OLE color: 12896974.
HSL color Cylindrical-coordinate representation of color #CECAC4: hue angle of 36º 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 #CECAC4 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 196 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.19 |
| HSL | 36º | 0.09% | 0.79% | - |
| HSV(B) | 36º | 0.05% | 0.81% | - |
| XYZ | 56.54 | 59.35 | 60.7 | - |
| YUV | 202.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 196 | 0 | 0.02 | 0.05 | 0.19 | 36 | 0.09 | 0.79 |
| Hex | CE | CA | C4 | 0 | 2 | 5 | 13 | 24 | 9 | 4F |
| Octal | 316 | 312 | 304 | 0 | 2 | 5 | 23 | 44 | 11 | 117 |
| Binary | 11001110 | 11001010 | 11000100 | 0 | 10 | 101 | 10011 | 100100 | 1001 | 1001111 |
Color Harmonies of #CECAC4
Complementary color
Monochromatic Colors of #CECAC4
Black with #CECAC4
Text Example
Text Example
White with #CECAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAC4; }
p { color: rgb(206,202,196); }
H1.HeaderClassName
{
color: #CECAC4;
}
.AnyTagClassName
{
color: #CECAC4;
}
</style>
background-color css
<style>
a { background-color: #CECAC4; }
a { background-color: rgb(206,202,196); }
div.DivClassName
{
background-color: #CECAC4;
}
.BgClassName
{
background-color: #CECAC4;
}
</style>
border-color css
<style>
span { border-color: #CECAC4; }
span { border-color: rgb(206,202,196); }
td.TdClassName
{
border-color: #CECAC4;
}
.TagClassName
{
border-color: #CECAC4;
}
</style>