Shades of Harp #CFD5B5
Tints of Harp #CFD5B5
RGB
CMYK
RGB Variations
Color information
#CFD5B5 (or 0xCFD5B5) is known color: Harp. HEX triplet: CF, D5 and B5. RGB value is (207,213,181). Sum of RGB (Red+Green+Blue) = 207+213+181=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5B5 is #302A4A. Grayscale: #CFCFCF. Windows color (decimal): -3156555 or 11916751. OLE color: 11916751.
HSL color Cylindrical-coordinate representation of color #CFD5B5: hue angle of 71.25º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFD5B5 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 181 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.16 |
| HSL | 71.25º | 0.28% | 0.77% | - |
| HSV(B) | 71.25º | 0.15% | 0.84% | - |
| XYZ | 57.87 | 64.19 | 53.06 | - |
| YUV | 207.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 181 | 0.03 | 0 | 0.15 | 0.16 | 71.25 | 0.28 | 0.77 |
| Hex | CF | D5 | B5 | 3 | 0 | F | 10 | 47 | 1C | 4D |
| Octal | 317 | 325 | 265 | 3 | 0 | 17 | 20 | 107 | 34 | 115 |
| Binary | 11001111 | 11010101 | 10110101 | 11 | 0 | 1111 | 10000 | 1000111 | 11100 | 1001101 |
Color Harmonies of #CFD5B5
Complementary color
Monochromatic Colors of #CFD5B5
Black with #CFD5B5
Text Example
Text Example
White with #CFD5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5B5; }
p { color: rgb(207,213,181); }
H1.HeaderClassName
{
color: #CFD5B5;
}
.AnyTagClassName
{
color: #CFD5B5;
}
</style>
background-color css
<style>
a { background-color: #CFD5B5; }
a { background-color: rgb(207,213,181); }
div.DivClassName
{
background-color: #CFD5B5;
}
.BgClassName
{
background-color: #CFD5B5;
}
</style>
border-color css
<style>
span { border-color: #CFD5B5; }
span { border-color: rgb(207,213,181); }
td.TdClassName
{
border-color: #CFD5B5;
}
.TagClassName
{
border-color: #CFD5B5;
}
</style>