Shades of Harp #CCD7AD
Tints of Harp #CCD7AD
RGB
CMYK
RGB Variations
Color information
#CCD7AD (or 0xCCD7AD) is known color: Harp. HEX triplet: CC, D7 and AD. RGB value is (204,215,173). Sum of RGB (Red+Green+Blue) = 204+215+173=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD7AD is #332852. Grayscale: #CFCFCF. Windows color (decimal): -3352659 or 11392972. OLE color: 11392972.
HSL color Cylindrical-coordinate representation of color #CCD7AD: hue angle of 75.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD7AD is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 173 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.16 |
| HSL | 75.71º | 0.34% | 0.76% | - |
| HSV(B) | 75.71º | 0.2% | 0.84% | - |
| XYZ | 56.75 | 64.46 | 48.99 | - |
| YUV | 206.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 173 | 0.05 | 0 | 0.20 | 0.16 | 75.71 | 0.34 | 0.76 |
| Hex | CC | D7 | AD | 5 | 0 | 14 | 10 | 4C | 22 | 4C |
| Octal | 314 | 327 | 255 | 5 | 0 | 24 | 20 | 114 | 42 | 114 |
| Binary | 11001100 | 11010111 | 10101101 | 101 | 0 | 10100 | 10000 | 1001100 | 100010 | 1001100 |
Color Harmonies of #CCD7AD
Complementary color
Monochromatic Colors of #CCD7AD
Black with #CCD7AD
Text Example
Text Example
White with #CCD7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7AD; }
p { color: rgb(204,215,173); }
H1.HeaderClassName
{
color: #CCD7AD;
}
.AnyTagClassName
{
color: #CCD7AD;
}
</style>
background-color css
<style>
a { background-color: #CCD7AD; }
a { background-color: rgb(204,215,173); }
div.DivClassName
{
background-color: #CCD7AD;
}
.BgClassName
{
background-color: #CCD7AD;
}
</style>
border-color css
<style>
span { border-color: #CCD7AD; }
span { border-color: rgb(204,215,173); }
td.TdClassName
{
border-color: #CCD7AD;
}
.TagClassName
{
border-color: #CCD7AD;
}
</style>