Shades of Harp #CCD6BC
Tints of Harp #CCD6BC
RGB
CMYK
RGB Variations
Color information
#CCD6BC (or 0xCCD6BC) is known color: Harp. HEX triplet: CC, D6 and BC. RGB value is (204,214,188). Sum of RGB (Red+Green+Blue) = 204+214+188=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6BC is #332943. Grayscale: #D0D0D0. Windows color (decimal): -3352900 or 12375756. OLE color: 12375756.
HSL color Cylindrical-coordinate representation of color #CCD6BC: hue angle of 83.08º degrees, saturation: 0.24, 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 #CCD6BC is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 188 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.16 |
| HSL | 83.08º | 0.24% | 0.79% | - |
| HSV(B) | 83.08º | 0.12% | 0.84% | - |
| XYZ | 58.03 | 64.56 | 56.98 | - |
| YUV | 208.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 188 | 0.05 | 0 | 0.12 | 0.16 | 83.08 | 0.24 | 0.79 |
| Hex | CC | D6 | BC | 5 | 0 | C | 10 | 53 | 18 | 4F |
| Octal | 314 | 326 | 274 | 5 | 0 | 14 | 20 | 123 | 30 | 117 |
| Binary | 11001100 | 11010110 | 10111100 | 101 | 0 | 1100 | 10000 | 1010011 | 11000 | 1001111 |
Color Harmonies of #CCD6BC
Complementary color
Monochromatic Colors of #CCD6BC
Black with #CCD6BC
Text Example
Text Example
White with #CCD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6BC; }
p { color: rgb(204,214,188); }
H1.HeaderClassName
{
color: #CCD6BC;
}
.AnyTagClassName
{
color: #CCD6BC;
}
</style>
background-color css
<style>
a { background-color: #CCD6BC; }
a { background-color: rgb(204,214,188); }
div.DivClassName
{
background-color: #CCD6BC;
}
.BgClassName
{
background-color: #CCD6BC;
}
</style>
border-color css
<style>
span { border-color: #CCD6BC; }
span { border-color: rgb(204,214,188); }
td.TdClassName
{
border-color: #CCD6BC;
}
.TagClassName
{
border-color: #CCD6BC;
}
</style>