Shades of Harp #CBCEC0
Tints of Harp #CBCEC0
RGB
CMYK
RGB Variations
Color information
#CBCEC0 (or 0xCBCEC0) is known color: Harp. HEX triplet: CB, CE and C0. RGB value is (203,206,192). Sum of RGB (Red+Green+Blue) = 203+206+192=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEC0 is #34313F. Grayscale: #CBCBCB. Windows color (decimal): -3420480 or 12635851. OLE color: 12635851.
HSL color Cylindrical-coordinate representation of color #CBCEC0: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCEC0 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 203 | 206 | 192 | - |
CMYK | 0.01 | 0 | 0.07 | 0.19 |
HSL | 72.86º | 0.13% | 0.78% | - |
HSV(B) | 72.86º | 0.07% | 0.81% | - |
XYZ | 56.21 | 60.64 | 58.61 | - |
YUV | 203.51 | 121.51 | 127.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 206 | 192 | 0.01 | 0 | 0.07 | 0.19 | 72.86 | 0.13 | 0.78 |
Hex | CB | CE | C0 | 1 | 0 | 7 | 13 | 49 | C | 4E |
Octal | 313 | 316 | 300 | 1 | 0 | 7 | 23 | 111 | 14 | 116 |
Binary | 11001011 | 11001110 | 11000000 | 1 | 0 | 111 | 10011 | 1001001 | 1100 | 1001110 |
Color Harmonies of #CBCEC0
Complementary color
Monochromatic Colors of #CBCEC0
Black with #CBCEC0
Text Example
Text Example
White with #CBCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEC0; }
p { color: rgb(203,206,192); }
H1.HeaderClassName
{
color: #CBCEC0;
}
.AnyTagClassName
{
color: #CBCEC0;
}
</style>
background-color css
<style>
a { background-color: #CBCEC0; }
a { background-color: rgb(203,206,192); }
div.DivClassName
{
background-color: #CBCEC0;
}
.BgClassName
{
background-color: #CBCEC0;
}
</style>
border-color css
<style>
span { border-color: #CBCEC0; }
span { border-color: rgb(203,206,192); }
td.TdClassName
{
border-color: #CBCEC0;
}
.TagClassName
{
border-color: #CBCEC0;
}
</style>