Shades of Westar #CFCBC2
Tints of Westar #CFCBC2
RGB
CMYK
RGB Variations
Color information
#CFCBC2 (or 0xCFCBC2) is known color: Westar. HEX triplet: CF, CB and C2. RGB value is (207,203,194). Sum of RGB (Red+Green+Blue) = 207+203+194=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBC2 is #30343D. Grayscale: #CBCBCB. Windows color (decimal): -3159102 or 12766159. OLE color: 12766159.
HSL color Cylindrical-coordinate representation of color #CFCBC2: hue angle of 41.54º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCBC2 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 203 | 194 | - |
CMYK | 0 | 0.02 | 0.06 | 0.19 |
HSL | 41.54º | 0.12% | 0.79% | - |
HSV(B) | 41.54º | 0.06% | 0.81% | - |
XYZ | 56.83 | 59.87 | 59.6 | - |
YUV | 203.17 | 122.83 | 130.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 203 | 194 | 0 | 0.02 | 0.06 | 0.19 | 41.54 | 0.12 | 0.79 |
Hex | CF | CB | C2 | 0 | 2 | 6 | 13 | 2A | C | 4F |
Octal | 317 | 313 | 302 | 0 | 2 | 6 | 23 | 52 | 14 | 117 |
Binary | 11001111 | 11001011 | 11000010 | 0 | 10 | 110 | 10011 | 101010 | 1100 | 1001111 |
Color Harmonies of #CFCBC2
Complementary color
Monochromatic Colors of #CFCBC2
Black with #CFCBC2
Text Example
Text Example
White with #CFCBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBC2; }
p { color: rgb(207,203,194); }
H1.HeaderClassName
{
color: #CFCBC2;
}
.AnyTagClassName
{
color: #CFCBC2;
}
</style>
background-color css
<style>
a { background-color: #CFCBC2; }
a { background-color: rgb(207,203,194); }
div.DivClassName
{
background-color: #CFCBC2;
}
.BgClassName
{
background-color: #CFCBC2;
}
</style>
border-color css
<style>
span { border-color: #CFCBC2; }
span { border-color: rgb(207,203,194); }
td.TdClassName
{
border-color: #CFCBC2;
}
.TagClassName
{
border-color: #CFCBC2;
}
</style>