Shades of Harp #CCD5AF
Tints of Harp #CCD5AF
RGB
CMYK
RGB Variations
Color information
#CCD5AF (or 0xCCD5AF) is known color: Harp. HEX triplet: CC, D5 and AF. RGB value is (204,213,175). Sum of RGB (Red+Green+Blue) = 204+213+175=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD5AF is #332A50. Grayscale: #CECECE. Windows color (decimal): -3353169 or 11523532. OLE color: 11523532.
HSL color Cylindrical-coordinate representation of color #CCD5AF: hue angle of 74.21º degrees, saturation: 0.31, 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 #CCD5AF is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 213 | 175 | - |
CMYK | 0.04 | 0 | 0.18 | 0.16 |
HSL | 74.21º | 0.31% | 0.76% | - |
HSV(B) | 74.21º | 0.18% | 0.84% | - |
XYZ | 56.43 | 63.52 | 49.84 | - |
YUV | 205.98 | 110.52 | 126.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 213 | 175 | 0.04 | 0 | 0.18 | 0.16 | 74.21 | 0.31 | 0.76 |
Hex | CC | D5 | AF | 4 | 0 | 12 | 10 | 4A | 1F | 4C |
Octal | 314 | 325 | 257 | 4 | 0 | 22 | 20 | 112 | 37 | 114 |
Binary | 11001100 | 11010101 | 10101111 | 100 | 0 | 10010 | 10000 | 1001010 | 11111 | 1001100 |
Color Harmonies of #CCD5AF
Complementary color
Monochromatic Colors of #CCD5AF
Black with #CCD5AF
Text Example
Text Example
White with #CCD5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5AF; }
p { color: rgb(204,213,175); }
H1.HeaderClassName
{
color: #CCD5AF;
}
.AnyTagClassName
{
color: #CCD5AF;
}
</style>
background-color css
<style>
a { background-color: #CCD5AF; }
a { background-color: rgb(204,213,175); }
div.DivClassName
{
background-color: #CCD5AF;
}
.BgClassName
{
background-color: #CCD5AF;
}
</style>
border-color css
<style>
span { border-color: #CCD5AF; }
span { border-color: rgb(204,213,175); }
td.TdClassName
{
border-color: #CCD5AF;
}
.TagClassName
{
border-color: #CCD5AF;
}
</style>