Shades of Harp #C9CFB0
Tints of Harp #C9CFB0
RGB
CMYK
RGB Variations
Color information
#C9CFB0 (or 0xC9CFB0) is known color: Harp. HEX triplet: C9, CF and B0. RGB value is (201,207,176). Sum of RGB (Red+Green+Blue) = 201+207+176=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFB0 is #36304F. Grayscale: #C9C9C9. Windows color (decimal): -3551312 or 11587529. OLE color: 11587529.
HSL color Cylindrical-coordinate representation of color #C9CFB0: hue angle of 71.61º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9CFB0 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 176 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.19 |
| HSL | 71.61º | 0.24% | 0.75% | - |
| HSV(B) | 71.61º | 0.15% | 0.81% | - |
| XYZ | 54.24 | 60.18 | 49.83 | - |
| YUV | 201.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 176 | 0.03 | 0 | 0.15 | 0.19 | 71.61 | 0.24 | 0.75 |
| Hex | C9 | CF | B0 | 3 | 0 | F | 13 | 48 | 18 | 4B |
| Octal | 311 | 317 | 260 | 3 | 0 | 17 | 23 | 110 | 30 | 113 |
| Binary | 11001001 | 11001111 | 10110000 | 11 | 0 | 1111 | 10011 | 1001000 | 11000 | 1001011 |
Color Harmonies of #C9CFB0
Complementary color
Monochromatic Colors of #C9CFB0
Black with #C9CFB0
Text Example
Text Example
White with #C9CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFB0; }
p { color: rgb(201,207,176); }
H1.HeaderClassName
{
color: #C9CFB0;
}
.AnyTagClassName
{
color: #C9CFB0;
}
</style>
background-color css
<style>
a { background-color: #C9CFB0; }
a { background-color: rgb(201,207,176); }
div.DivClassName
{
background-color: #C9CFB0;
}
.BgClassName
{
background-color: #C9CFB0;
}
</style>
border-color css
<style>
span { border-color: #C9CFB0; }
span { border-color: rgb(201,207,176); }
td.TdClassName
{
border-color: #C9CFB0;
}
.TagClassName
{
border-color: #C9CFB0;
}
</style>