Shades of Harp #CCD9B9
Tints of Harp #CCD9B9
RGB
CMYK
RGB Variations
Color information
#CCD9B9 (or 0xCCD9B9) is known color: Harp. HEX triplet: CC, D9 and B9. RGB value is (204,217,185). Sum of RGB (Red+Green+Blue) = 204+217+185=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9B9 is #332646. Grayscale: #D1D1D1. Windows color (decimal): -3352135 or 12179916. OLE color: 12179916.
HSL color Cylindrical-coordinate representation of color #CCD9B9: hue angle of 84.38º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD9B9 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 185 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.15 |
| HSL | 84.38º | 0.3% | 0.79% | - |
| HSV(B) | 84.38º | 0.15% | 0.85% | - |
| XYZ | 58.47 | 65.97 | 55.55 | - |
| YUV | 209.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 185 | 0.06 | 0 | 0.15 | 0.15 | 84.38 | 0.3 | 0.79 |
| Hex | CC | D9 | B9 | 6 | 0 | F | F | 54 | 1E | 4F |
| Octal | 314 | 331 | 271 | 6 | 0 | 17 | 17 | 124 | 36 | 117 |
| Binary | 11001100 | 11011001 | 10111001 | 110 | 0 | 1111 | 1111 | 1010100 | 11110 | 1001111 |
Color Harmonies of #CCD9B9
Complementary color
Monochromatic Colors of #CCD9B9
Black with #CCD9B9
Text Example
Text Example
White with #CCD9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9B9; }
p { color: rgb(204,217,185); }
H1.HeaderClassName
{
color: #CCD9B9;
}
.AnyTagClassName
{
color: #CCD9B9;
}
</style>
background-color css
<style>
a { background-color: #CCD9B9; }
a { background-color: rgb(204,217,185); }
div.DivClassName
{
background-color: #CCD9B9;
}
.BgClassName
{
background-color: #CCD9B9;
}
</style>
border-color css
<style>
span { border-color: #CCD9B9; }
span { border-color: rgb(204,217,185); }
td.TdClassName
{
border-color: #CCD9B9;
}
.TagClassName
{
border-color: #CCD9B9;
}
</style>