Shades of Harp #CCD0BD
Tints of Harp #CCD0BD
RGB
CMYK
RGB Variations
Color information
#CCD0BD (or 0xCCD0BD) is known color: Harp. HEX triplet: CC, D0 and BD. RGB value is (204,208,189). Sum of RGB (Red+Green+Blue) = 204+208+189=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0BD is #332F42. Grayscale: #CCCCCC. Windows color (decimal): -3354435 or 12439756. OLE color: 12439756.
HSL color Cylindrical-coordinate representation of color #CCD0BD: hue angle of 72.63º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD0BD is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 189 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.18 |
| HSL | 72.63º | 0.17% | 0.78% | - |
| HSV(B) | 72.63º | 0.09% | 0.82% | - |
| XYZ | 56.64 | 61.62 | 57.05 | - |
| YUV | 204.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 189 | 0.02 | 0 | 0.09 | 0.18 | 72.63 | 0.17 | 0.78 |
| Hex | CC | D0 | BD | 2 | 0 | 9 | 12 | 49 | 11 | 4E |
| Octal | 314 | 320 | 275 | 2 | 0 | 11 | 22 | 111 | 21 | 116 |
| Binary | 11001100 | 11010000 | 10111101 | 10 | 0 | 1001 | 10010 | 1001001 | 10001 | 1001110 |
Color Harmonies of #CCD0BD
Complementary color
Monochromatic Colors of #CCD0BD
Black with #CCD0BD
Text Example
Text Example
White with #CCD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0BD; }
p { color: rgb(204,208,189); }
H1.HeaderClassName
{
color: #CCD0BD;
}
.AnyTagClassName
{
color: #CCD0BD;
}
</style>
background-color css
<style>
a { background-color: #CCD0BD; }
a { background-color: rgb(204,208,189); }
div.DivClassName
{
background-color: #CCD0BD;
}
.BgClassName
{
background-color: #CCD0BD;
}
</style>
border-color css
<style>
span { border-color: #CCD0BD; }
span { border-color: rgb(204,208,189); }
td.TdClassName
{
border-color: #CCD0BD;
}
.TagClassName
{
border-color: #CCD0BD;
}
</style>