Shades of Harp #CBCDC0
Tints of Harp #CBCDC0
RGB
CMYK
RGB Variations
Color information
#CBCDC0 (or 0xCBCDC0) is known color: Harp. HEX triplet: CB, CD and C0. RGB value is (203,205,192). Sum of RGB (Red+Green+Blue) = 203+205+192=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDC0 is #34323F. Grayscale: #CACACA. Windows color (decimal): -3420736 or 12635595. OLE color: 12635595.
HSL color Cylindrical-coordinate representation of color #CBCDC0: hue angle of 69.23º degrees, saturation: 0.12, 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 #CBCDC0 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 205 | 192 | - |
CMYK | 0.01 | 0 | 0.06 | 0.20 |
HSL | 69.23º | 0.12% | 0.78% | - |
HSV(B) | 69.23º | 0.06% | 0.8% | - |
XYZ | 55.97 | 60.16 | 58.53 | - |
YUV | 202.92 | 121.84 | 128.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 205 | 192 | 0.01 | 0 | 0.06 | 0.20 | 69.23 | 0.12 | 0.78 |
Hex | CB | CD | C0 | 1 | 0 | 6 | 14 | 45 | C | 4E |
Octal | 313 | 315 | 300 | 1 | 0 | 6 | 24 | 105 | 14 | 116 |
Binary | 11001011 | 11001101 | 11000000 | 1 | 0 | 110 | 10100 | 1000101 | 1100 | 1001110 |
Color Harmonies of #CBCDC0
Complementary color
Monochromatic Colors of #CBCDC0
Black with #CBCDC0
Text Example
Text Example
White with #CBCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDC0; }
p { color: rgb(203,205,192); }
H1.HeaderClassName
{
color: #CBCDC0;
}
.AnyTagClassName
{
color: #CBCDC0;
}
</style>
background-color css
<style>
a { background-color: #CBCDC0; }
a { background-color: rgb(203,205,192); }
div.DivClassName
{
background-color: #CBCDC0;
}
.BgClassName
{
background-color: #CBCDC0;
}
</style>
border-color css
<style>
span { border-color: #CBCDC0; }
span { border-color: rgb(203,205,192); }
td.TdClassName
{
border-color: #CBCDC0;
}
.TagClassName
{
border-color: #CBCDC0;
}
</style>