Shades of Westar #CCCBC9
Tints of Westar #CCCBC9
RGB
CMYK
RGB Variations
Color information
#CCCBC9 (or 0xCCCBC9) is known color: Westar. HEX triplet: CC, CB and C9. RGB value is (204,203,201). Sum of RGB (Red+Green+Blue) = 204+203+201=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC9 is #333436. Grayscale: #CBCBCB. Windows color (decimal): -3355703 or 13224908. OLE color: 13224908.
HSL color Cylindrical-coordinate representation of color #CCCBC9: hue angle of 40º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCBC9 is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 203 | 201 | - |
CMYK | 0 | 0.00 | 0.01 | 0.2 |
HSL | 40º | 0.03% | 0.79% | - |
HSV(B) | 40º | 0.01% | 0.8% | - |
XYZ | 56.8 | 59.77 | 63.8 | - |
YUV | 203.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 201 | 0 | 0.00 | 0.01 | 0.2 | 40 | 0.03 | 0.79 |
Hex | CC | CB | C9 | 0 | 0 | 1 | 14 | 28 | 3 | 4F |
Octal | 314 | 313 | 311 | 0 | 0 | 1 | 24 | 50 | 3 | 117 |
Binary | 11001100 | 11001011 | 11001001 | 0 | 0 | 1 | 10100 | 101000 | 11 | 1001111 |
Color Harmonies of #CCCBC9
Complementary color
Monochromatic Colors of #CCCBC9
Black with #CCCBC9
Text Example
Text Example
White with #CCCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBC9; }
p { color: rgb(204,203,201); }
H1.HeaderClassName
{
color: #CCCBC9;
}
.AnyTagClassName
{
color: #CCCBC9;
}
</style>
background-color css
<style>
a { background-color: #CCCBC9; }
a { background-color: rgb(204,203,201); }
div.DivClassName
{
background-color: #CCCBC9;
}
.BgClassName
{
background-color: #CCCBC9;
}
</style>
border-color css
<style>
span { border-color: #CCCBC9; }
span { border-color: rgb(204,203,201); }
td.TdClassName
{
border-color: #CCCBC9;
}
.TagClassName
{
border-color: #CCCBC9;
}
</style>