Shades of Westar #CCC8C2
Tints of Westar #CCC8C2
RGB
CMYK
RGB Variations
Color information
#CCC8C2 (or 0xCCC8C2) is known color: Westar. HEX triplet: CC, C8 and C2. RGB value is (204,200,194). Sum of RGB (Red+Green+Blue) = 204+200+194=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8C2 is #33373D. Grayscale: #C8C8C8. Windows color (decimal): -3356478 or 12765388. OLE color: 12765388.
HSL color Cylindrical-coordinate representation of color #CCC8C2: hue angle of 36º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC8C2 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 200 | 194 | - |
CMYK | 0 | 0.02 | 0.05 | 0.2 |
HSL | 36º | 0.09% | 0.78% | - |
HSV(B) | 36º | 0.05% | 0.8% | - |
XYZ | 55.29 | 58.04 | 59.33 | - |
YUV | 200.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 200 | 194 | 0 | 0.02 | 0.05 | 0.2 | 36 | 0.09 | 0.78 |
Hex | CC | C8 | C2 | 0 | 2 | 5 | 14 | 24 | 9 | 4E |
Octal | 314 | 310 | 302 | 0 | 2 | 5 | 24 | 44 | 11 | 116 |
Binary | 11001100 | 11001000 | 11000010 | 0 | 10 | 101 | 10100 | 100100 | 1001 | 1001110 |
Color Harmonies of #CCC8C2
Complementary color
Monochromatic Colors of #CCC8C2
Black with #CCC8C2
Text Example
Text Example
White with #CCC8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8C2; }
p { color: rgb(204,200,194); }
H1.HeaderClassName
{
color: #CCC8C2;
}
.AnyTagClassName
{
color: #CCC8C2;
}
</style>
background-color css
<style>
a { background-color: #CCC8C2; }
a { background-color: rgb(204,200,194); }
div.DivClassName
{
background-color: #CCC8C2;
}
.BgClassName
{
background-color: #CCC8C2;
}
</style>
border-color css
<style>
span { border-color: #CCC8C2; }
span { border-color: rgb(204,200,194); }
td.TdClassName
{
border-color: #CCC8C2;
}
.TagClassName
{
border-color: #CCC8C2;
}
</style>