Shades of Westar #CDCBC7
Tints of Westar #CDCBC7
RGB
CMYK
RGB Variations
Color information
#CDCBC7 (or 0xCDCBC7) is known color: Westar. HEX triplet: CD, CB and C7. RGB value is (205,203,199). Sum of RGB (Red+Green+Blue) = 205+203+199=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBC7 is #323438. Grayscale: #CBCBCB. Windows color (decimal): -3290169 or 13093837. OLE color: 13093837.
HSL color Cylindrical-coordinate representation of color #CDCBC7: hue angle of 40º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDCBC7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 203 | 199 | - |
CMYK | 0 | 0.01 | 0.03 | 0.20 |
HSL | 40º | 0.06% | 0.79% | - |
HSV(B) | 40º | 0.03% | 0.8% | - |
XYZ | 56.84 | 59.81 | 62.58 | - |
YUV | 203.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 203 | 199 | 0 | 0.01 | 0.03 | 0.20 | 40 | 0.06 | 0.79 |
Hex | CD | CB | C7 | 0 | 1 | 3 | 14 | 28 | 6 | 4F |
Octal | 315 | 313 | 307 | 0 | 1 | 3 | 24 | 50 | 6 | 117 |
Binary | 11001101 | 11001011 | 11000111 | 0 | 1 | 11 | 10100 | 101000 | 110 | 1001111 |
Color Harmonies of #CDCBC7
Complementary color
Monochromatic Colors of #CDCBC7
Black with #CDCBC7
Text Example
Text Example
White with #CDCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCBC7; }
p { color: rgb(205,203,199); }
H1.HeaderClassName
{
color: #CDCBC7;
}
.AnyTagClassName
{
color: #CDCBC7;
}
</style>
background-color css
<style>
a { background-color: #CDCBC7; }
a { background-color: rgb(205,203,199); }
div.DivClassName
{
background-color: #CDCBC7;
}
.BgClassName
{
background-color: #CDCBC7;
}
</style>
border-color css
<style>
span { border-color: #CDCBC7; }
span { border-color: rgb(205,203,199); }
td.TdClassName
{
border-color: #CDCBC7;
}
.TagClassName
{
border-color: #CDCBC7;
}
</style>