Shades of Harp #C9CFB7
Tints of Harp #C9CFB7
RGB
CMYK
RGB Variations
Color information
#C9CFB7 (or 0xC9CFB7) is known color: Harp. HEX triplet: C9, CF and B7. RGB value is (201,207,183). Sum of RGB (Red+Green+Blue) = 201+207+183=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFB7 is #363048. Grayscale: #CACACA. Windows color (decimal): -3551305 or 12046281. OLE color: 12046281.
HSL color Cylindrical-coordinate representation of color #C9CFB7: hue angle of 75º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9CFB7 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 183 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.19 |
| HSL | 75º | 0.2% | 0.76% | - |
| HSV(B) | 75º | 0.12% | 0.81% | - |
| XYZ | 54.95 | 60.46 | 53.57 | - |
| YUV | 202.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 183 | 0.03 | 0 | 0.12 | 0.19 | 75 | 0.2 | 0.76 |
| Hex | C9 | CF | B7 | 3 | 0 | C | 13 | 4B | 14 | 4C |
| Octal | 311 | 317 | 267 | 3 | 0 | 14 | 23 | 113 | 24 | 114 |
| Binary | 11001001 | 11001111 | 10110111 | 11 | 0 | 1100 | 10011 | 1001011 | 10100 | 1001100 |
Color Harmonies of #C9CFB7
Complementary color
Monochromatic Colors of #C9CFB7
Black with #C9CFB7
Text Example
Text Example
White with #C9CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFB7; }
p { color: rgb(201,207,183); }
H1.HeaderClassName
{
color: #C9CFB7;
}
.AnyTagClassName
{
color: #C9CFB7;
}
</style>
background-color css
<style>
a { background-color: #C9CFB7; }
a { background-color: rgb(201,207,183); }
div.DivClassName
{
background-color: #C9CFB7;
}
.BgClassName
{
background-color: #C9CFB7;
}
</style>
border-color css
<style>
span { border-color: #C9CFB7; }
span { border-color: rgb(201,207,183); }
td.TdClassName
{
border-color: #C9CFB7;
}
.TagClassName
{
border-color: #C9CFB7;
}
</style>