Shades of Harp #CFD6BC
Tints of Harp #CFD6BC
RGB
CMYK
RGB Variations
Color information
#CFD6BC (or 0xCFD6BC) is known color: Harp. HEX triplet: CF, D6 and BC. RGB value is (207,214,188). Sum of RGB (Red+Green+Blue) = 207+214+188=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6BC is #302943. Grayscale: #D1D1D1. Windows color (decimal): -3156292 or 12375759. OLE color: 12375759.
HSL color Cylindrical-coordinate representation of color #CFD6BC: hue angle of 76.15º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD6BC is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 188 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.16 |
| HSL | 76.15º | 0.24% | 0.79% | - |
| HSV(B) | 76.15º | 0.12% | 0.84% | - |
| XYZ | 58.86 | 64.99 | 57.02 | - |
| YUV | 208.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 188 | 0.03 | 0 | 0.12 | 0.16 | 76.15 | 0.24 | 0.79 |
| Hex | CF | D6 | BC | 3 | 0 | C | 10 | 4C | 18 | 4F |
| Octal | 317 | 326 | 274 | 3 | 0 | 14 | 20 | 114 | 30 | 117 |
| Binary | 11001111 | 11010110 | 10111100 | 11 | 0 | 1100 | 10000 | 1001100 | 11000 | 1001111 |
Color Harmonies of #CFD6BC
Complementary color
Monochromatic Colors of #CFD6BC
Black with #CFD6BC
Text Example
Text Example
White with #CFD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6BC; }
p { color: rgb(207,214,188); }
H1.HeaderClassName
{
color: #CFD6BC;
}
.AnyTagClassName
{
color: #CFD6BC;
}
</style>
background-color css
<style>
a { background-color: #CFD6BC; }
a { background-color: rgb(207,214,188); }
div.DivClassName
{
background-color: #CFD6BC;
}
.BgClassName
{
background-color: #CFD6BC;
}
</style>
border-color css
<style>
span { border-color: #CFD6BC; }
span { border-color: rgb(207,214,188); }
td.TdClassName
{
border-color: #CFD6BC;
}
.TagClassName
{
border-color: #CFD6BC;
}
</style>