Shades of Harp #CBCCC0
Tints of Harp #CBCCC0
RGB
CMYK
RGB Variations
Color information
#CBCCC0 (or 0xCBCCC0) is known color: Harp. HEX triplet: CB, CC and C0. RGB value is (203,204,192). Sum of RGB (Red+Green+Blue) = 203+204+192=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCC0 is #34333F. Grayscale: #CACACA. Windows color (decimal): -3420992 or 12635339. OLE color: 12635339.
HSL color Cylindrical-coordinate representation of color #CBCCC0: hue angle of 65º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBCCC0 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 203 | 204 | 192 | - |
CMYK | 0.00 | 0 | 0.06 | 0.2 |
HSL | 65º | 0.11% | 0.78% | - |
HSV(B) | 65º | 0.06% | 0.8% | - |
XYZ | 55.74 | 59.69 | 58.45 | - |
YUV | 202.33 | 122.17 | 128.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 204 | 192 | 0.00 | 0 | 0.06 | 0.2 | 65 | 0.11 | 0.78 |
Hex | CB | CC | C0 | 0 | 0 | 6 | 14 | 41 | B | 4E |
Octal | 313 | 314 | 300 | 0 | 0 | 6 | 24 | 101 | 13 | 116 |
Binary | 11001011 | 11001100 | 11000000 | 0 | 0 | 110 | 10100 | 1000001 | 1011 | 1001110 |
Color Harmonies of #CBCCC0
Complementary color
Monochromatic Colors of #CBCCC0
Black with #CBCCC0
Text Example
Text Example
White with #CBCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCC0; }
p { color: rgb(203,204,192); }
H1.HeaderClassName
{
color: #CBCCC0;
}
.AnyTagClassName
{
color: #CBCCC0;
}
</style>
background-color css
<style>
a { background-color: #CBCCC0; }
a { background-color: rgb(203,204,192); }
div.DivClassName
{
background-color: #CBCCC0;
}
.BgClassName
{
background-color: #CBCCC0;
}
</style>
border-color css
<style>
span { border-color: #CBCCC0; }
span { border-color: rgb(203,204,192); }
td.TdClassName
{
border-color: #CBCCC0;
}
.TagClassName
{
border-color: #CBCCC0;
}
</style>