Shades of Westar #CBC8C2
Tints of Westar #CBC8C2
RGB
CMYK
RGB Variations
Color information
#CBC8C2 (or 0xCBC8C2) is known color: Westar. HEX triplet: CB, C8 and C2. RGB value is (203,200,194). Sum of RGB (Red+Green+Blue) = 203+200+194=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8C2 is #34373D. Grayscale: #C8C8C8. Windows color (decimal): -3422014 or 12765387. OLE color: 12765387.
HSL color Cylindrical-coordinate representation of color #CBC8C2: hue angle of 40º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBC8C2 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 200 | 194 | - |
CMYK | 0 | 0.01 | 0.04 | 0.20 |
HSL | 40º | 0.08% | 0.78% | - |
HSV(B) | 40º | 0.04% | 0.8% | - |
XYZ | 55.02 | 57.9 | 59.31 | - |
YUV | 200.21 | 124.49 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 200 | 194 | 0 | 0.01 | 0.04 | 0.20 | 40 | 0.08 | 0.78 |
Hex | CB | C8 | C2 | 0 | 1 | 4 | 14 | 28 | 8 | 4E |
Octal | 313 | 310 | 302 | 0 | 1 | 4 | 24 | 50 | 10 | 116 |
Binary | 11001011 | 11001000 | 11000010 | 0 | 1 | 100 | 10100 | 101000 | 1000 | 1001110 |
Color Harmonies of #CBC8C2
Complementary color
Monochromatic Colors of #CBC8C2
Black with #CBC8C2
Text Example
Text Example
White with #CBC8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8C2; }
p { color: rgb(203,200,194); }
H1.HeaderClassName
{
color: #CBC8C2;
}
.AnyTagClassName
{
color: #CBC8C2;
}
</style>
background-color css
<style>
a { background-color: #CBC8C2; }
a { background-color: rgb(203,200,194); }
div.DivClassName
{
background-color: #CBC8C2;
}
.BgClassName
{
background-color: #CBC8C2;
}
</style>
border-color css
<style>
span { border-color: #CBC8C2; }
span { border-color: rgb(203,200,194); }
td.TdClassName
{
border-color: #CBC8C2;
}
.TagClassName
{
border-color: #CBC8C2;
}
</style>