Shades of Harp #CCD6AF
Tints of Harp #CCD6AF
RGB
CMYK
RGB Variations
Color information
#CCD6AF (or 0xCCD6AF) is known color: Harp. HEX triplet: CC, D6 and AF. RGB value is (204,214,175). Sum of RGB (Red+Green+Blue) = 204+214+175=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD6AF is #332950. Grayscale: #CECECE. Windows color (decimal): -3352913 or 11523788. OLE color: 11523788.
HSL color Cylindrical-coordinate representation of color #CCD6AF: hue angle of 75.38º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD6AF is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 175 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.16 |
| HSL | 75.38º | 0.32% | 0.76% | - |
| HSV(B) | 75.38º | 0.18% | 0.84% | - |
| XYZ | 56.69 | 64.03 | 49.93 | - |
| YUV | 206.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 175 | 0.05 | 0 | 0.18 | 0.16 | 75.38 | 0.32 | 0.76 |
| Hex | CC | D6 | AF | 5 | 0 | 12 | 10 | 4B | 20 | 4C |
| Octal | 314 | 326 | 257 | 5 | 0 | 22 | 20 | 113 | 40 | 114 |
| Binary | 11001100 | 11010110 | 10101111 | 101 | 0 | 10010 | 10000 | 1001011 | 100000 | 1001100 |
Color Harmonies of #CCD6AF
Complementary color
Monochromatic Colors of #CCD6AF
Black with #CCD6AF
Text Example
Text Example
White with #CCD6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6AF; }
p { color: rgb(204,214,175); }
H1.HeaderClassName
{
color: #CCD6AF;
}
.AnyTagClassName
{
color: #CCD6AF;
}
</style>
background-color css
<style>
a { background-color: #CCD6AF; }
a { background-color: rgb(204,214,175); }
div.DivClassName
{
background-color: #CCD6AF;
}
.BgClassName
{
background-color: #CCD6AF;
}
</style>
border-color css
<style>
span { border-color: #CCD6AF; }
span { border-color: rgb(204,214,175); }
td.TdClassName
{
border-color: #CCD6AF;
}
.TagClassName
{
border-color: #CCD6AF;
}
</style>