Shades of Westar #CFCBC4
Tints of Westar #CFCBC4
RGB
CMYK
RGB Variations
Color information
#CFCBC4 (or 0xCFCBC4) is known color: Westar. HEX triplet: CF, CB and C4. RGB value is (207,203,196). Sum of RGB (Red+Green+Blue) = 207+203+196=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBC4 is #30343B. Grayscale: #CBCBCB. Windows color (decimal): -3159100 or 12897231. OLE color: 12897231.
HSL color Cylindrical-coordinate representation of color #CFCBC4: hue angle of 38.18º degrees, saturation: 0.1, 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 #CFCBC4 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 196 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.19 |
| HSL | 38.18º | 0.1% | 0.79% | - |
| HSV(B) | 38.18º | 0.05% | 0.81% | - |
| XYZ | 57.05 | 59.96 | 60.79 | - |
| YUV | 203.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 196 | 0 | 0.02 | 0.05 | 0.19 | 38.18 | 0.1 | 0.79 |
| Hex | CF | CB | C4 | 0 | 2 | 5 | 13 | 26 | A | 4F |
| Octal | 317 | 313 | 304 | 0 | 2 | 5 | 23 | 46 | 12 | 117 |
| Binary | 11001111 | 11001011 | 11000100 | 0 | 10 | 101 | 10011 | 100110 | 1010 | 1001111 |
Color Harmonies of #CFCBC4
Complementary color
Monochromatic Colors of #CFCBC4
Black with #CFCBC4
Text Example
Text Example
White with #CFCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBC4; }
p { color: rgb(207,203,196); }
H1.HeaderClassName
{
color: #CFCBC4;
}
.AnyTagClassName
{
color: #CFCBC4;
}
</style>
background-color css
<style>
a { background-color: #CFCBC4; }
a { background-color: rgb(207,203,196); }
div.DivClassName
{
background-color: #CFCBC4;
}
.BgClassName
{
background-color: #CFCBC4;
}
</style>
border-color css
<style>
span { border-color: #CFCBC4; }
span { border-color: rgb(207,203,196); }
td.TdClassName
{
border-color: #CFCBC4;
}
.TagClassName
{
border-color: #CFCBC4;
}
</style>