Shades of Westar #CFCDC9
Tints of Westar #CFCDC9
RGB
CMYK
RGB Variations
Color information
#CFCDC9 (or 0xCFCDC9) is known color: Westar. HEX triplet: CF, CD and C9. RGB value is (207,205,201). Sum of RGB (Red+Green+Blue) = 207+205+201=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDC9 is #303236. Grayscale: #CDCDCD. Windows color (decimal): -3158583 or 13225423. OLE color: 13225423.
HSL color Cylindrical-coordinate representation of color #CFCDC9: hue angle of 40º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFCDC9 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 205 | 201 | - |
CMYK | 0 | 0.01 | 0.03 | 0.19 |
HSL | 40º | 0.06% | 0.8% | - |
HSV(B) | 40º | 0.03% | 0.81% | - |
XYZ | 58.11 | 61.15 | 64 | - |
YUV | 205.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 201 | 0 | 0.01 | 0.03 | 0.19 | 40 | 0.06 | 0.8 |
Hex | CF | CD | C9 | 0 | 1 | 3 | 13 | 28 | 6 | 50 |
Octal | 317 | 315 | 311 | 0 | 1 | 3 | 23 | 50 | 6 | 120 |
Binary | 11001111 | 11001101 | 11001001 | 0 | 1 | 11 | 10011 | 101000 | 110 | 1010000 |
Color Harmonies of #CFCDC9
Complementary color
Monochromatic Colors of #CFCDC9
Black with #CFCDC9
Text Example
Text Example
White with #CFCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDC9; }
p { color: rgb(207,205,201); }
H1.HeaderClassName
{
color: #CFCDC9;
}
.AnyTagClassName
{
color: #CFCDC9;
}
</style>
background-color css
<style>
a { background-color: #CFCDC9; }
a { background-color: rgb(207,205,201); }
div.DivClassName
{
background-color: #CFCDC9;
}
.BgClassName
{
background-color: #CFCDC9;
}
</style>
border-color css
<style>
span { border-color: #CFCDC9; }
span { border-color: rgb(207,205,201); }
td.TdClassName
{
border-color: #CFCDC9;
}
.TagClassName
{
border-color: #CFCDC9;
}
</style>