Shades of Westar #CFCECC
Tints of Westar #CFCECC
RGB
CMYK
RGB Variations
Color information
#CFCECC (or 0xCFCECC) is known color: Westar. HEX triplet: CF, CE and CC. RGB value is (207,206,204). Sum of RGB (Red+Green+Blue) = 207+206+204=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCECC is #303133. Grayscale: #CECECE. Windows color (decimal): -3158324 or 13422287. OLE color: 13422287.
HSL color Cylindrical-coordinate representation of color #CFCECC: hue angle of 40º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CFCECC is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 206 | 204 | - |
CMYK | 0 | 0.00 | 0.01 | 0.19 |
HSL | 40º | 0.03% | 0.81% | - |
HSV(B) | 40º | 0.01% | 0.81% | - |
XYZ | 58.7 | 61.77 | 65.96 | - |
YUV | 206.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 204 | 0 | 0.00 | 0.01 | 0.19 | 40 | 0.03 | 0.81 |
Hex | CF | CE | CC | 0 | 0 | 1 | 13 | 28 | 3 | 51 |
Octal | 317 | 316 | 314 | 0 | 0 | 1 | 23 | 50 | 3 | 121 |
Binary | 11001111 | 11001110 | 11001100 | 0 | 0 | 1 | 10011 | 101000 | 11 | 1010001 |
Color Harmonies of #CFCECC
Complementary color
Monochromatic Colors of #CFCECC
Black with #CFCECC
Text Example
Text Example
White with #CFCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCECC; }
p { color: rgb(207,206,204); }
H1.HeaderClassName
{
color: #CFCECC;
}
.AnyTagClassName
{
color: #CFCECC;
}
</style>
background-color css
<style>
a { background-color: #CFCECC; }
a { background-color: rgb(207,206,204); }
div.DivClassName
{
background-color: #CFCECC;
}
.BgClassName
{
background-color: #CFCECC;
}
</style>
border-color css
<style>
span { border-color: #CFCECC; }
span { border-color: rgb(207,206,204); }
td.TdClassName
{
border-color: #CFCECC;
}
.TagClassName
{
border-color: #CFCECC;
}
</style>