Shades of Harp #CFD7B9
Tints of Harp #CFD7B9
RGB
CMYK
RGB Variations
Color information
#CFD7B9 (or 0xCFD7B9) is known color: Harp. HEX triplet: CF, D7 and B9. RGB value is (207,215,185). Sum of RGB (Red+Green+Blue) = 207+215+185=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7B9 is #302846. Grayscale: #D1D1D1. Windows color (decimal): -3156039 or 12179407. OLE color: 12179407.
HSL color Cylindrical-coordinate representation of color #CFD7B9: hue angle of 76º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFD7B9 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 185 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.16 |
| HSL | 76º | 0.27% | 0.78% | - |
| HSV(B) | 76º | 0.14% | 0.84% | - |
| XYZ | 58.79 | 65.37 | 55.42 | - |
| YUV | 209.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 185 | 0.04 | 0 | 0.14 | 0.16 | 76 | 0.27 | 0.78 |
| Hex | CF | D7 | B9 | 4 | 0 | E | 10 | 4C | 1B | 4E |
| Octal | 317 | 327 | 271 | 4 | 0 | 16 | 20 | 114 | 33 | 116 |
| Binary | 11001111 | 11010111 | 10111001 | 100 | 0 | 1110 | 10000 | 1001100 | 11011 | 1001110 |
Color Harmonies of #CFD7B9
Complementary color
Monochromatic Colors of #CFD7B9
Black with #CFD7B9
Text Example
Text Example
White with #CFD7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7B9; }
p { color: rgb(207,215,185); }
H1.HeaderClassName
{
color: #CFD7B9;
}
.AnyTagClassName
{
color: #CFD7B9;
}
</style>
background-color css
<style>
a { background-color: #CFD7B9; }
a { background-color: rgb(207,215,185); }
div.DivClassName
{
background-color: #CFD7B9;
}
.BgClassName
{
background-color: #CFD7B9;
}
</style>
border-color css
<style>
span { border-color: #CFD7B9; }
span { border-color: rgb(207,215,185); }
td.TdClassName
{
border-color: #CFD7B9;
}
.TagClassName
{
border-color: #CFD7B9;
}
</style>