Shades of Harp #CFD6BA
Tints of Harp #CFD6BA
RGB
CMYK
RGB Variations
Color information
#CFD6BA (or 0xCFD6BA) is known color: Harp. HEX triplet: CF, D6 and BA. RGB value is (207,214,186). Sum of RGB (Red+Green+Blue) = 207+214+186=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6BA is #302945. Grayscale: #D0D0D0. Windows color (decimal): -3156294 or 12244687. OLE color: 12244687.
HSL color Cylindrical-coordinate representation of color #CFD6BA: hue angle of 75º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFD6BA is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 186 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.16 |
| HSL | 75º | 0.25% | 0.78% | - |
| HSV(B) | 75º | 0.13% | 0.84% | - |
| XYZ | 58.64 | 64.9 | 55.89 | - |
| YUV | 208.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 186 | 0.03 | 0 | 0.13 | 0.16 | 75 | 0.25 | 0.78 |
| Hex | CF | D6 | BA | 3 | 0 | D | 10 | 4B | 19 | 4E |
| Octal | 317 | 326 | 272 | 3 | 0 | 15 | 20 | 113 | 31 | 116 |
| Binary | 11001111 | 11010110 | 10111010 | 11 | 0 | 1101 | 10000 | 1001011 | 11001 | 1001110 |
Color Harmonies of #CFD6BA
Complementary color
Monochromatic Colors of #CFD6BA
Black with #CFD6BA
Text Example
Text Example
White with #CFD6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6BA; }
p { color: rgb(207,214,186); }
H1.HeaderClassName
{
color: #CFD6BA;
}
.AnyTagClassName
{
color: #CFD6BA;
}
</style>
background-color css
<style>
a { background-color: #CFD6BA; }
a { background-color: rgb(207,214,186); }
div.DivClassName
{
background-color: #CFD6BA;
}
.BgClassName
{
background-color: #CFD6BA;
}
</style>
border-color css
<style>
span { border-color: #CFD6BA; }
span { border-color: rgb(207,214,186); }
td.TdClassName
{
border-color: #CFD6BA;
}
.TagClassName
{
border-color: #CFD6BA;
}
</style>