Shades of Harp #C9CFB3
Tints of Harp #C9CFB3
RGB
CMYK
RGB Variations
Color information
#C9CFB3 (or 0xC9CFB3) is known color: Harp. HEX triplet: C9, CF and B3. RGB value is (201,207,179). Sum of RGB (Red+Green+Blue) = 201+207+179=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFB3 is #36304C. Grayscale: #CACACA. Windows color (decimal): -3551309 or 11784137. OLE color: 11784137.
HSL color Cylindrical-coordinate representation of color #C9CFB3: hue angle of 72.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9CFB3 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 179 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.19 |
| HSL | 72.86º | 0.23% | 0.76% | - |
| HSV(B) | 72.86º | 0.14% | 0.81% | - |
| XYZ | 54.54 | 60.3 | 51.41 | - |
| YUV | 202.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 179 | 0.03 | 0 | 0.14 | 0.19 | 72.86 | 0.23 | 0.76 |
| Hex | C9 | CF | B3 | 3 | 0 | E | 13 | 49 | 17 | 4C |
| Octal | 311 | 317 | 263 | 3 | 0 | 16 | 23 | 111 | 27 | 114 |
| Binary | 11001001 | 11001111 | 10110011 | 11 | 0 | 1110 | 10011 | 1001001 | 10111 | 1001100 |
Color Harmonies of #C9CFB3
Complementary color
Monochromatic Colors of #C9CFB3
Black with #C9CFB3
Text Example
Text Example
White with #C9CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFB3; }
p { color: rgb(201,207,179); }
H1.HeaderClassName
{
color: #C9CFB3;
}
.AnyTagClassName
{
color: #C9CFB3;
}
</style>
background-color css
<style>
a { background-color: #C9CFB3; }
a { background-color: rgb(201,207,179); }
div.DivClassName
{
background-color: #C9CFB3;
}
.BgClassName
{
background-color: #C9CFB3;
}
</style>
border-color css
<style>
span { border-color: #C9CFB3; }
span { border-color: rgb(201,207,179); }
td.TdClassName
{
border-color: #C9CFB3;
}
.TagClassName
{
border-color: #C9CFB3;
}
</style>