Shades of Westar #CFCCC5
Tints of Westar #CFCCC5
RGB
CMYK
RGB Variations
Color information
#CFCCC5 (or 0xCFCCC5) is known color: Westar. HEX triplet: CF, CC and C5. RGB value is (207,204,197). Sum of RGB (Red+Green+Blue) = 207+204+197=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCC5 is #30333A. Grayscale: #CCCCCC. Windows color (decimal): -3158843 or 12963023. OLE color: 12963023.
HSL color Cylindrical-coordinate representation of color #CFCCC5: hue angle of 42º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFCCC5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 197 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.19 |
| HSL | 42º | 0.09% | 0.79% | - |
| HSV(B) | 42º | 0.05% | 0.81% | - |
| XYZ | 57.4 | 60.48 | 61.47 | - |
| YUV | 204.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 197 | 0 | 0.01 | 0.05 | 0.19 | 42 | 0.09 | 0.79 |
| Hex | CF | CC | C5 | 0 | 1 | 5 | 13 | 2A | 9 | 4F |
| Octal | 317 | 314 | 305 | 0 | 1 | 5 | 23 | 52 | 11 | 117 |
| Binary | 11001111 | 11001100 | 11000101 | 0 | 1 | 101 | 10011 | 101010 | 1001 | 1001111 |
Color Harmonies of #CFCCC5
Complementary color
Monochromatic Colors of #CFCCC5
Black with #CFCCC5
Text Example
Text Example
White with #CFCCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCC5; }
p { color: rgb(207,204,197); }
H1.HeaderClassName
{
color: #CFCCC5;
}
.AnyTagClassName
{
color: #CFCCC5;
}
</style>
background-color css
<style>
a { background-color: #CFCCC5; }
a { background-color: rgb(207,204,197); }
div.DivClassName
{
background-color: #CFCCC5;
}
.BgClassName
{
background-color: #CFCCC5;
}
</style>
border-color css
<style>
span { border-color: #CFCCC5; }
span { border-color: rgb(207,204,197); }
td.TdClassName
{
border-color: #CFCCC5;
}
.TagClassName
{
border-color: #CFCCC5;
}
</style>