Shades of Westar #CFCBC5
Tints of Westar #CFCBC5
RGB
CMYK
RGB Variations
Color information
#CFCBC5 (or 0xCFCBC5) is known color: Westar. HEX triplet: CF, CB and C5. RGB value is (207,203,197). Sum of RGB (Red+Green+Blue) = 207+203+197=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBC5 is #30343A. Grayscale: #CBCBCB. Windows color (decimal): -3159099 or 12962767. OLE color: 12962767.
HSL color Cylindrical-coordinate representation of color #CFCBC5: hue angle of 36º 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 #CFCBC5 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 203 | 197 | - |
CMYK | 0 | 0.02 | 0.05 | 0.19 |
HSL | 36º | 0.09% | 0.79% | - |
HSV(B) | 36º | 0.05% | 0.81% | - |
XYZ | 57.17 | 60.01 | 61.39 | - |
YUV | 203.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 203 | 197 | 0 | 0.02 | 0.05 | 0.19 | 36 | 0.09 | 0.79 |
Hex | CF | CB | C5 | 0 | 2 | 5 | 13 | 24 | 9 | 4F |
Octal | 317 | 313 | 305 | 0 | 2 | 5 | 23 | 44 | 11 | 117 |
Binary | 11001111 | 11001011 | 11000101 | 0 | 10 | 101 | 10011 | 100100 | 1001 | 1001111 |
Color Harmonies of #CFCBC5
Complementary color
Monochromatic Colors of #CFCBC5
Black with #CFCBC5
Text Example
Text Example
White with #CFCBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBC5; }
p { color: rgb(207,203,197); }
H1.HeaderClassName
{
color: #CFCBC5;
}
.AnyTagClassName
{
color: #CFCBC5;
}
</style>
background-color css
<style>
a { background-color: #CFCBC5; }
a { background-color: rgb(207,203,197); }
div.DivClassName
{
background-color: #CFCBC5;
}
.BgClassName
{
background-color: #CFCBC5;
}
</style>
border-color css
<style>
span { border-color: #CFCBC5; }
span { border-color: rgb(207,203,197); }
td.TdClassName
{
border-color: #CFCBC5;
}
.TagClassName
{
border-color: #CFCBC5;
}
</style>