Shades of Harp #CFD5BC
Tints of Harp #CFD5BC
RGB
CMYK
RGB Variations
Color information
#CFD5BC (or 0xCFD5BC) is known color: Harp. HEX triplet: CF, D5 and BC. RGB value is (207,213,188). Sum of RGB (Red+Green+Blue) = 207+213+188=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5BC is #302A43. Grayscale: #D0D0D0. Windows color (decimal): -3156548 or 12375503. OLE color: 12375503.
HSL color Cylindrical-coordinate representation of color #CFD5BC: hue angle of 74.4º degrees, saturation: 0.23, 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 #CFD5BC is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 188 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.16 |
| HSL | 74.4º | 0.23% | 0.79% | - |
| HSV(B) | 74.4º | 0.12% | 0.84% | - |
| XYZ | 58.6 | 64.48 | 56.94 | - |
| YUV | 208.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 188 | 0.03 | 0 | 0.12 | 0.16 | 74.4 | 0.23 | 0.79 |
| Hex | CF | D5 | BC | 3 | 0 | C | 10 | 4A | 17 | 4F |
| Octal | 317 | 325 | 274 | 3 | 0 | 14 | 20 | 112 | 27 | 117 |
| Binary | 11001111 | 11010101 | 10111100 | 11 | 0 | 1100 | 10000 | 1001010 | 10111 | 1001111 |
Color Harmonies of #CFD5BC
Complementary color
Monochromatic Colors of #CFD5BC
Black with #CFD5BC
Text Example
Text Example
White with #CFD5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5BC; }
p { color: rgb(207,213,188); }
H1.HeaderClassName
{
color: #CFD5BC;
}
.AnyTagClassName
{
color: #CFD5BC;
}
</style>
background-color css
<style>
a { background-color: #CFD5BC; }
a { background-color: rgb(207,213,188); }
div.DivClassName
{
background-color: #CFD5BC;
}
.BgClassName
{
background-color: #CFD5BC;
}
</style>
border-color css
<style>
span { border-color: #CFD5BC; }
span { border-color: rgb(207,213,188); }
td.TdClassName
{
border-color: #CFD5BC;
}
.TagClassName
{
border-color: #CFD5BC;
}
</style>