Shades of Harp #CFD7B4
Tints of Harp #CFD7B4
RGB
CMYK
RGB Variations
Color information
#CFD7B4 (or 0xCFD7B4) is known color: Harp. HEX triplet: CF, D7 and B4. RGB value is (207,215,180). Sum of RGB (Red+Green+Blue) = 207+215+180=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7B4 is #30284B. Grayscale: #D0D0D0. Windows color (decimal): -3156044 or 11851727. OLE color: 11851727.
HSL color Cylindrical-coordinate representation of color #CFD7B4: hue angle of 73.71º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFD7B4 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 180 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.16 |
| HSL | 73.71º | 0.3% | 0.77% | - |
| HSV(B) | 73.71º | 0.16% | 0.84% | - |
| XYZ | 58.27 | 65.16 | 52.69 | - |
| YUV | 208.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 180 | 0.04 | 0 | 0.16 | 0.16 | 73.71 | 0.3 | 0.77 |
| Hex | CF | D7 | B4 | 4 | 0 | 10 | 10 | 4A | 1E | 4D |
| Octal | 317 | 327 | 264 | 4 | 0 | 20 | 20 | 112 | 36 | 115 |
| Binary | 11001111 | 11010111 | 10110100 | 100 | 0 | 10000 | 10000 | 1001010 | 11110 | 1001101 |
Color Harmonies of #CFD7B4
Complementary color
Monochromatic Colors of #CFD7B4
Black with #CFD7B4
Text Example
Text Example
White with #CFD7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7B4; }
p { color: rgb(207,215,180); }
H1.HeaderClassName
{
color: #CFD7B4;
}
.AnyTagClassName
{
color: #CFD7B4;
}
</style>
background-color css
<style>
a { background-color: #CFD7B4; }
a { background-color: rgb(207,215,180); }
div.DivClassName
{
background-color: #CFD7B4;
}
.BgClassName
{
background-color: #CFD7B4;
}
</style>
border-color css
<style>
span { border-color: #CFD7B4; }
span { border-color: rgb(207,215,180); }
td.TdClassName
{
border-color: #CFD7B4;
}
.TagClassName
{
border-color: #CFD7B4;
}
</style>