Shades of Westar #CECAC1
Tints of Westar #CECAC1
RGB
CMYK
RGB Variations
Color information
#CECAC1 (or 0xCECAC1) is known color: Westar. HEX triplet: CE, CA and C1. RGB value is (206,202,193). Sum of RGB (Red+Green+Blue) = 206+202+193=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAC1 is #31353E. Grayscale: #CACACA. Windows color (decimal): -3224895 or 12700366. OLE color: 12700366.
HSL color Cylindrical-coordinate representation of color #CECAC1: hue angle of 41.54º degrees, saturation: 0.12, 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 #CECAC1 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 193 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.19 |
| HSL | 41.54º | 0.12% | 0.78% | - |
| HSV(B) | 41.54º | 0.06% | 0.81% | - |
| XYZ | 56.2 | 59.21 | 58.92 | - |
| YUV | 202.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 193 | 0 | 0.02 | 0.06 | 0.19 | 41.54 | 0.12 | 0.78 |
| Hex | CE | CA | C1 | 0 | 2 | 6 | 13 | 2A | C | 4E |
| Octal | 316 | 312 | 301 | 0 | 2 | 6 | 23 | 52 | 14 | 116 |
| Binary | 11001110 | 11001010 | 11000001 | 0 | 10 | 110 | 10011 | 101010 | 1100 | 1001110 |
Color Harmonies of #CECAC1
Complementary color
Monochromatic Colors of #CECAC1
Black with #CECAC1
Text Example
Text Example
White with #CECAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAC1; }
p { color: rgb(206,202,193); }
H1.HeaderClassName
{
color: #CECAC1;
}
.AnyTagClassName
{
color: #CECAC1;
}
</style>
background-color css
<style>
a { background-color: #CECAC1; }
a { background-color: rgb(206,202,193); }
div.DivClassName
{
background-color: #CECAC1;
}
.BgClassName
{
background-color: #CECAC1;
}
</style>
border-color css
<style>
span { border-color: #CECAC1; }
span { border-color: rgb(206,202,193); }
td.TdClassName
{
border-color: #CECAC1;
}
.TagClassName
{
border-color: #CECAC1;
}
</style>