Shades of Westar #CCCAC6
Tints of Westar #CCCAC6
RGB
CMYK
RGB Variations
Color information
#CCCAC6 (or 0xCCCAC6) is known color: Westar. HEX triplet: CC, CA and C6. RGB value is (204,202,198). Sum of RGB (Red+Green+Blue) = 204+202+198=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAC6 is #333539. Grayscale: #CACACA. Windows color (decimal): -3355962 or 13028044. OLE color: 13028044.
HSL color Cylindrical-coordinate representation of color #CCCAC6: hue angle of 40º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCAC6 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 202 | 198 | - |
CMYK | 0 | 0.01 | 0.03 | 0.2 |
HSL | 40º | 0.06% | 0.79% | - |
HSV(B) | 40º | 0.03% | 0.8% | - |
XYZ | 56.22 | 59.16 | 61.88 | - |
YUV | 202.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 198 | 0 | 0.01 | 0.03 | 0.2 | 40 | 0.06 | 0.79 |
Hex | CC | CA | C6 | 0 | 1 | 3 | 14 | 28 | 6 | 4F |
Octal | 314 | 312 | 306 | 0 | 1 | 3 | 24 | 50 | 6 | 117 |
Binary | 11001100 | 11001010 | 11000110 | 0 | 1 | 11 | 10100 | 101000 | 110 | 1001111 |
Color Harmonies of #CCCAC6
Complementary color
Monochromatic Colors of #CCCAC6
Black with #CCCAC6
Text Example
Text Example
White with #CCCAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAC6; }
p { color: rgb(204,202,198); }
H1.HeaderClassName
{
color: #CCCAC6;
}
.AnyTagClassName
{
color: #CCCAC6;
}
</style>
background-color css
<style>
a { background-color: #CCCAC6; }
a { background-color: rgb(204,202,198); }
div.DivClassName
{
background-color: #CCCAC6;
}
.BgClassName
{
background-color: #CCCAC6;
}
</style>
border-color css
<style>
span { border-color: #CCCAC6; }
span { border-color: rgb(204,202,198); }
td.TdClassName
{
border-color: #CCCAC6;
}
.TagClassName
{
border-color: #CCCAC6;
}
</style>