Shades of Harp #CCD5BC
Tints of Harp #CCD5BC
RGB
CMYK
RGB Variations
Color information
#CCD5BC (or 0xCCD5BC) is known color: Harp. HEX triplet: CC, D5 and BC. RGB value is (204,213,188). Sum of RGB (Red+Green+Blue) = 204+213+188=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5BC is #332A43. Grayscale: #CFCFCF. Windows color (decimal): -3353156 or 12375500. OLE color: 12375500.
HSL color Cylindrical-coordinate representation of color #CCD5BC: hue angle of 81.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD5BC is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 188 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.16 |
| HSL | 81.6º | 0.23% | 0.79% | - |
| HSV(B) | 81.6º | 0.12% | 0.84% | - |
| XYZ | 57.77 | 64.06 | 56.9 | - |
| YUV | 207.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 188 | 0.04 | 0 | 0.12 | 0.16 | 81.6 | 0.23 | 0.79 |
| Hex | CC | D5 | BC | 4 | 0 | C | 10 | 52 | 17 | 4F |
| Octal | 314 | 325 | 274 | 4 | 0 | 14 | 20 | 122 | 27 | 117 |
| Binary | 11001100 | 11010101 | 10111100 | 100 | 0 | 1100 | 10000 | 1010010 | 10111 | 1001111 |
Color Harmonies of #CCD5BC
Complementary color
Monochromatic Colors of #CCD5BC
Black with #CCD5BC
Text Example
Text Example
White with #CCD5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5BC; }
p { color: rgb(204,213,188); }
H1.HeaderClassName
{
color: #CCD5BC;
}
.AnyTagClassName
{
color: #CCD5BC;
}
</style>
background-color css
<style>
a { background-color: #CCD5BC; }
a { background-color: rgb(204,213,188); }
div.DivClassName
{
background-color: #CCD5BC;
}
.BgClassName
{
background-color: #CCD5BC;
}
</style>
border-color css
<style>
span { border-color: #CCD5BC; }
span { border-color: rgb(204,213,188); }
td.TdClassName
{
border-color: #CCD5BC;
}
.TagClassName
{
border-color: #CCD5BC;
}
</style>