Shades of Westar #CFCCC8
Tints of Westar #CFCCC8
RGB
CMYK
RGB Variations
Color information
#CFCCC8 (or 0xCFCCC8) is known color: Westar. HEX triplet: CF, CC and C8. RGB value is (207,204,200). Sum of RGB (Red+Green+Blue) = 207+204+200=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCC8 is #303337. Grayscale: #CCCCCC. Windows color (decimal): -3158840 or 13159631. OLE color: 13159631.
HSL color Cylindrical-coordinate representation of color #CFCCC8: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFCCC8 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 200 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.19 |
| HSL | 34.29º | 0.07% | 0.8% | - |
| HSV(B) | 34.29º | 0.03% | 0.81% | - |
| XYZ | 57.75 | 60.62 | 63.3 | - |
| YUV | 204.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 200 | 0 | 0.01 | 0.03 | 0.19 | 34.29 | 0.07 | 0.8 |
| Hex | CF | CC | C8 | 0 | 1 | 3 | 13 | 22 | 7 | 50 |
| Octal | 317 | 314 | 310 | 0 | 1 | 3 | 23 | 42 | 7 | 120 |
| Binary | 11001111 | 11001100 | 11001000 | 0 | 1 | 11 | 10011 | 100010 | 111 | 1010000 |
Color Harmonies of #CFCCC8
Complementary color
Monochromatic Colors of #CFCCC8
Black with #CFCCC8
Text Example
Text Example
White with #CFCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCC8; }
p { color: rgb(207,204,200); }
H1.HeaderClassName
{
color: #CFCCC8;
}
.AnyTagClassName
{
color: #CFCCC8;
}
</style>
background-color css
<style>
a { background-color: #CFCCC8; }
a { background-color: rgb(207,204,200); }
div.DivClassName
{
background-color: #CFCCC8;
}
.BgClassName
{
background-color: #CFCCC8;
}
</style>
border-color css
<style>
span { border-color: #CFCCC8; }
span { border-color: rgb(207,204,200); }
td.TdClassName
{
border-color: #CFCCC8;
}
.TagClassName
{
border-color: #CFCCC8;
}
</style>