Shades of Harp #CBCCC5
Tints of Harp #CBCCC5
RGB
CMYK
RGB Variations
Color information
#CBCCC5 (or 0xCBCCC5) is known color: Harp. HEX triplet: CB, CC and C5. RGB value is (203,204,197). Sum of RGB (Red+Green+Blue) = 203+204+197=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCC5 is #34333A. Grayscale: #CACACA. Windows color (decimal): -3420987 or 12963019. OLE color: 12963019.
HSL color Cylindrical-coordinate representation of color #CBCCC5: hue angle of 68.57º 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 #CBCCC5 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 197 | - |
| CMYK | 0.00 | 0 | 0.03 | 0.2 |
| HSL | 68.57º | 0.06% | 0.79% | - |
| HSV(B) | 68.57º | 0.03% | 0.8% | - |
| XYZ | 56.3 | 59.91 | 61.42 | - |
| YUV | 202.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 197 | 0.00 | 0 | 0.03 | 0.2 | 68.57 | 0.06 | 0.79 |
| Hex | CB | CC | C5 | 0 | 0 | 3 | 14 | 45 | 6 | 4F |
| Octal | 313 | 314 | 305 | 0 | 0 | 3 | 24 | 105 | 6 | 117 |
| Binary | 11001011 | 11001100 | 11000101 | 0 | 0 | 11 | 10100 | 1000101 | 110 | 1001111 |
Color Harmonies of #CBCCC5
Complementary color
Monochromatic Colors of #CBCCC5
Black with #CBCCC5
Text Example
Text Example
White with #CBCCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCC5; }
p { color: rgb(203,204,197); }
H1.HeaderClassName
{
color: #CBCCC5;
}
.AnyTagClassName
{
color: #CBCCC5;
}
</style>
background-color css
<style>
a { background-color: #CBCCC5; }
a { background-color: rgb(203,204,197); }
div.DivClassName
{
background-color: #CBCCC5;
}
.BgClassName
{
background-color: #CBCCC5;
}
</style>
border-color css
<style>
span { border-color: #CBCCC5; }
span { border-color: rgb(203,204,197); }
td.TdClassName
{
border-color: #CBCCC5;
}
.TagClassName
{
border-color: #CBCCC5;
}
</style>