Shades of Harp #C9CEBB
Tints of Harp #C9CEBB
RGB
CMYK
RGB Variations
Color information
#C9CEBB (or 0xC9CEBB) is known color: Harp. HEX triplet: C9, CE and BB. RGB value is (201,206,187). Sum of RGB (Red+Green+Blue) = 201+206+187=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEBB is #363144. Grayscale: #CACACA. Windows color (decimal): -3551557 or 12308169. OLE color: 12308169.
HSL color Cylindrical-coordinate representation of color #C9CEBB: hue angle of 75.79º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9CEBB is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 187 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.19 |
| HSL | 75.79º | 0.16% | 0.77% | - |
| HSV(B) | 75.79º | 0.09% | 0.81% | - |
| XYZ | 55.13 | 60.15 | 55.72 | - |
| YUV | 202.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 187 | 0.02 | 0 | 0.09 | 0.19 | 75.79 | 0.16 | 0.77 |
| Hex | C9 | CE | BB | 2 | 0 | 9 | 13 | 4C | 10 | 4D |
| Octal | 311 | 316 | 273 | 2 | 0 | 11 | 23 | 114 | 20 | 115 |
| Binary | 11001001 | 11001110 | 10111011 | 10 | 0 | 1001 | 10011 | 1001100 | 10000 | 1001101 |
Color Harmonies of #C9CEBB
Complementary color
Monochromatic Colors of #C9CEBB
Black with #C9CEBB
Text Example
Text Example
White with #C9CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEBB; }
p { color: rgb(201,206,187); }
H1.HeaderClassName
{
color: #C9CEBB;
}
.AnyTagClassName
{
color: #C9CEBB;
}
</style>
background-color css
<style>
a { background-color: #C9CEBB; }
a { background-color: rgb(201,206,187); }
div.DivClassName
{
background-color: #C9CEBB;
}
.BgClassName
{
background-color: #C9CEBB;
}
</style>
border-color css
<style>
span { border-color: #C9CEBB; }
span { border-color: rgb(201,206,187); }
td.TdClassName
{
border-color: #C9CEBB;
}
.TagClassName
{
border-color: #C9CEBB;
}
</style>