Shades of Westar #CCCAC7
Tints of Westar #CCCAC7
RGB
CMYK
RGB Variations
Color information
#CCCAC7 (or 0xCCCAC7) is known color: Westar. HEX triplet: CC, CA and C7. RGB value is (204,202,199). Sum of RGB (Red+Green+Blue) = 204+202+199=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAC7 is #333538. Grayscale: #CACACA. Windows color (decimal): -3355961 or 13093580. OLE color: 13093580.
HSL color Cylindrical-coordinate representation of color #CCCAC7: hue angle of 36º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCCAC7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 202 | 199 | - |
CMYK | 0 | 0.01 | 0.02 | 0.2 |
HSL | 36º | 0.05% | 0.79% | - |
HSV(B) | 36º | 0.02% | 0.8% | - |
XYZ | 56.33 | 59.2 | 62.49 | - |
YUV | 202.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 199 | 0 | 0.01 | 0.02 | 0.2 | 36 | 0.05 | 0.79 |
Hex | CC | CA | C7 | 0 | 1 | 2 | 14 | 24 | 5 | 4F |
Octal | 314 | 312 | 307 | 0 | 1 | 2 | 24 | 44 | 5 | 117 |
Binary | 11001100 | 11001010 | 11000111 | 0 | 1 | 10 | 10100 | 100100 | 101 | 1001111 |
Color Harmonies of #CCCAC7
Complementary color
Monochromatic Colors of #CCCAC7
Black with #CCCAC7
Text Example
Text Example
White with #CCCAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAC7; }
p { color: rgb(204,202,199); }
H1.HeaderClassName
{
color: #CCCAC7;
}
.AnyTagClassName
{
color: #CCCAC7;
}
</style>
background-color css
<style>
a { background-color: #CCCAC7; }
a { background-color: rgb(204,202,199); }
div.DivClassName
{
background-color: #CCCAC7;
}
.BgClassName
{
background-color: #CCCAC7;
}
</style>
border-color css
<style>
span { border-color: #CCCAC7; }
span { border-color: rgb(204,202,199); }
td.TdClassName
{
border-color: #CCCAC7;
}
.TagClassName
{
border-color: #CCCAC7;
}
</style>