Shades of Harp #C9CFB4
Tints of Harp #C9CFB4
RGB
CMYK
RGB Variations
Color information
#C9CFB4 (or 0xC9CFB4) is known color: Harp. HEX triplet: C9, CF and B4. RGB value is (201,207,180). Sum of RGB (Red+Green+Blue) = 201+207+180=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFB4 is #36304B. Grayscale: #CACACA. Windows color (decimal): -3551308 or 11849673. OLE color: 11849673.
HSL color Cylindrical-coordinate representation of color #C9CFB4: hue angle of 73.33º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9CFB4 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 180 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.19 |
| HSL | 73.33º | 0.22% | 0.76% | - |
| HSV(B) | 73.33º | 0.13% | 0.81% | - |
| XYZ | 54.64 | 60.34 | 51.95 | - |
| YUV | 202.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 180 | 0.03 | 0 | 0.13 | 0.19 | 73.33 | 0.22 | 0.76 |
| Hex | C9 | CF | B4 | 3 | 0 | D | 13 | 49 | 16 | 4C |
| Octal | 311 | 317 | 264 | 3 | 0 | 15 | 23 | 111 | 26 | 114 |
| Binary | 11001001 | 11001111 | 10110100 | 11 | 0 | 1101 | 10011 | 1001001 | 10110 | 1001100 |
Color Harmonies of #C9CFB4
Complementary color
Monochromatic Colors of #C9CFB4
Black with #C9CFB4
Text Example
Text Example
White with #C9CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFB4; }
p { color: rgb(201,207,180); }
H1.HeaderClassName
{
color: #C9CFB4;
}
.AnyTagClassName
{
color: #C9CFB4;
}
</style>
background-color css
<style>
a { background-color: #C9CFB4; }
a { background-color: rgb(201,207,180); }
div.DivClassName
{
background-color: #C9CFB4;
}
.BgClassName
{
background-color: #C9CFB4;
}
</style>
border-color css
<style>
span { border-color: #C9CFB4; }
span { border-color: rgb(201,207,180); }
td.TdClassName
{
border-color: #C9CFB4;
}
.TagClassName
{
border-color: #C9CFB4;
}
</style>