Shades of Harp #CCD7AF
Tints of Harp #CCD7AF
RGB
CMYK
RGB Variations
Color information
#CCD7AF (or 0xCCD7AF) is known color: Harp. HEX triplet: CC, D7 and AF. RGB value is (204,215,175). Sum of RGB (Red+Green+Blue) = 204+215+175=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD7AF is #332850. Grayscale: #CFCFCF. Windows color (decimal): -3352657 or 11524044. OLE color: 11524044.
HSL color Cylindrical-coordinate representation of color #CCD7AF: hue angle of 76.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD7AF is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 175 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.16 |
| HSL | 76.5º | 0.33% | 0.76% | - |
| HSV(B) | 76.5º | 0.19% | 0.84% | - |
| XYZ | 56.94 | 64.53 | 50.01 | - |
| YUV | 207.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 175 | 0.05 | 0 | 0.19 | 0.16 | 76.5 | 0.33 | 0.76 |
| Hex | CC | D7 | AF | 5 | 0 | 13 | 10 | 4C | 21 | 4C |
| Octal | 314 | 327 | 257 | 5 | 0 | 23 | 20 | 114 | 41 | 114 |
| Binary | 11001100 | 11010111 | 10101111 | 101 | 0 | 10011 | 10000 | 1001100 | 100001 | 1001100 |
Color Harmonies of #CCD7AF
Complementary color
Monochromatic Colors of #CCD7AF
Black with #CCD7AF
Text Example
Text Example
White with #CCD7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7AF; }
p { color: rgb(204,215,175); }
H1.HeaderClassName
{
color: #CCD7AF;
}
.AnyTagClassName
{
color: #CCD7AF;
}
</style>
background-color css
<style>
a { background-color: #CCD7AF; }
a { background-color: rgb(204,215,175); }
div.DivClassName
{
background-color: #CCD7AF;
}
.BgClassName
{
background-color: #CCD7AF;
}
</style>
border-color css
<style>
span { border-color: #CCD7AF; }
span { border-color: rgb(204,215,175); }
td.TdClassName
{
border-color: #CCD7AF;
}
.TagClassName
{
border-color: #CCD7AF;
}
</style>