Shades of Harp #CCD8AF
Tints of Harp #CCD8AF
RGB
CMYK
RGB Variations
Color information
#CCD8AF (or 0xCCD8AF) is known color: Harp. HEX triplet: CC, D8 and AF. RGB value is (204,216,175). Sum of RGB (Red+Green+Blue) = 204+216+175=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD8AF is #332750. Grayscale: #CFCFCF. Windows color (decimal): -3352401 or 11524300. OLE color: 11524300.
HSL color Cylindrical-coordinate representation of color #CCD8AF: hue angle of 77.56º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD8AF is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 175 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.15 |
| HSL | 77.56º | 0.34% | 0.77% | - |
| HSV(B) | 77.56º | 0.19% | 0.85% | - |
| XYZ | 57.2 | 65.04 | 50.1 | - |
| YUV | 207.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 175 | 0.06 | 0 | 0.19 | 0.15 | 77.56 | 0.34 | 0.77 |
| Hex | CC | D8 | AF | 6 | 0 | 13 | F | 4E | 22 | 4D |
| Octal | 314 | 330 | 257 | 6 | 0 | 23 | 17 | 116 | 42 | 115 |
| Binary | 11001100 | 11011000 | 10101111 | 110 | 0 | 10011 | 1111 | 1001110 | 100010 | 1001101 |
Color Harmonies of #CCD8AF
Complementary color
Monochromatic Colors of #CCD8AF
Black with #CCD8AF
Text Example
Text Example
White with #CCD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8AF; }
p { color: rgb(204,216,175); }
H1.HeaderClassName
{
color: #CCD8AF;
}
.AnyTagClassName
{
color: #CCD8AF;
}
</style>
background-color css
<style>
a { background-color: #CCD8AF; }
a { background-color: rgb(204,216,175); }
div.DivClassName
{
background-color: #CCD8AF;
}
.BgClassName
{
background-color: #CCD8AF;
}
</style>
border-color css
<style>
span { border-color: #CCD8AF; }
span { border-color: rgb(204,216,175); }
td.TdClassName
{
border-color: #CCD8AF;
}
.TagClassName
{
border-color: #CCD8AF;
}
</style>