Shades of Westar #CFCBC3
Tints of Westar #CFCBC3
RGB
CMYK
RGB Variations
Color information
#CFCBC3 (or 0xCFCBC3) is known color: Westar. HEX triplet: CF, CB and C3. RGB value is (207,203,195). Sum of RGB (Red+Green+Blue) = 207+203+195=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBC3 is #30343C. Grayscale: #CBCBCB. Windows color (decimal): -3159101 or 12831695. OLE color: 12831695.
HSL color Cylindrical-coordinate representation of color #CFCBC3: hue angle of 40º degrees, saturation: 0.11, 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 #CFCBC3 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 203 | 195 | - |
CMYK | 0 | 0.02 | 0.06 | 0.19 |
HSL | 40º | 0.11% | 0.79% | - |
HSV(B) | 40º | 0.06% | 0.81% | - |
XYZ | 56.94 | 59.92 | 60.19 | - |
YUV | 203.28 | 123.33 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 203 | 195 | 0 | 0.02 | 0.06 | 0.19 | 40 | 0.11 | 0.79 |
Hex | CF | CB | C3 | 0 | 2 | 6 | 13 | 28 | B | 4F |
Octal | 317 | 313 | 303 | 0 | 2 | 6 | 23 | 50 | 13 | 117 |
Binary | 11001111 | 11001011 | 11000011 | 0 | 10 | 110 | 10011 | 101000 | 1011 | 1001111 |
Color Harmonies of #CFCBC3
Complementary color
Monochromatic Colors of #CFCBC3
Black with #CFCBC3
Text Example
Text Example
White with #CFCBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBC3; }
p { color: rgb(207,203,195); }
H1.HeaderClassName
{
color: #CFCBC3;
}
.AnyTagClassName
{
color: #CFCBC3;
}
</style>
background-color css
<style>
a { background-color: #CFCBC3; }
a { background-color: rgb(207,203,195); }
div.DivClassName
{
background-color: #CFCBC3;
}
.BgClassName
{
background-color: #CFCBC3;
}
</style>
border-color css
<style>
span { border-color: #CFCBC3; }
span { border-color: rgb(207,203,195); }
td.TdClassName
{
border-color: #CFCBC3;
}
.TagClassName
{
border-color: #CFCBC3;
}
</style>