Shades of Harp #CFDCAF
Tints of Harp #CFDCAF
RGB
CMYK
RGB Variations
Color information
#CFDCAF (or 0xCFDCAF) is known color: Harp. HEX triplet: CF, DC and AF. RGB value is (207,220,175). Sum of RGB (Red+Green+Blue) = 207+220+175=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCAF is #302350. Grayscale: #D3D3D3. Windows color (decimal): -3154769 or 11525327. OLE color: 11525327.
HSL color Cylindrical-coordinate representation of color #CFDCAF: hue angle of 77.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFDCAF is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 175 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.14 |
| HSL | 77.33º | 0.39% | 0.77% | - |
| HSV(B) | 77.33º | 0.2% | 0.86% | - |
| XYZ | 59.06 | 67.55 | 50.48 | - |
| YUV | 210.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 175 | 0.06 | 0 | 0.20 | 0.14 | 77.33 | 0.39 | 0.77 |
| Hex | CF | DC | AF | 6 | 0 | 14 | E | 4D | 27 | 4D |
| Octal | 317 | 334 | 257 | 6 | 0 | 24 | 16 | 115 | 47 | 115 |
| Binary | 11001111 | 11011100 | 10101111 | 110 | 0 | 10100 | 1110 | 1001101 | 100111 | 1001101 |
Color Harmonies of #CFDCAF
Complementary color
Monochromatic Colors of #CFDCAF
Black with #CFDCAF
Text Example
Text Example
White with #CFDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCAF; }
p { color: rgb(207,220,175); }
H1.HeaderClassName
{
color: #CFDCAF;
}
.AnyTagClassName
{
color: #CFDCAF;
}
</style>
background-color css
<style>
a { background-color: #CFDCAF; }
a { background-color: rgb(207,220,175); }
div.DivClassName
{
background-color: #CFDCAF;
}
.BgClassName
{
background-color: #CFDCAF;
}
</style>
border-color css
<style>
span { border-color: #CFDCAF; }
span { border-color: rgb(207,220,175); }
td.TdClassName
{
border-color: #CFDCAF;
}
.TagClassName
{
border-color: #CFDCAF;
}
</style>