Shades of Harp #C9CDBB
Tints of Harp #C9CDBB
RGB
CMYK
RGB Variations
Color information
#C9CDBB (or 0xC9CDBB) is known color: Harp. HEX triplet: C9, CD and BB. RGB value is (201,205,187). Sum of RGB (Red+Green+Blue) = 201+205+187=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDBB is #363244. Grayscale: #C9C9C9. Windows color (decimal): -3551813 or 12307913. OLE color: 12307913.
HSL color Cylindrical-coordinate representation of color #C9CDBB: hue angle of 73.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9CDBB is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 205 | 187 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.20 |
| HSL | 73.33º | 0.15% | 0.77% | - |
| HSV(B) | 73.33º | 0.09% | 0.8% | - |
| XYZ | 54.89 | 59.67 | 55.64 | - |
| YUV | 201.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 187 | 0.02 | 0 | 0.09 | 0.20 | 73.33 | 0.15 | 0.77 |
| Hex | C9 | CD | BB | 2 | 0 | 9 | 14 | 49 | F | 4D |
| Octal | 311 | 315 | 273 | 2 | 0 | 11 | 24 | 111 | 17 | 115 |
| Binary | 11001001 | 11001101 | 10111011 | 10 | 0 | 1001 | 10100 | 1001001 | 1111 | 1001101 |
Color Harmonies of #C9CDBB
Complementary color
Monochromatic Colors of #C9CDBB
Black with #C9CDBB
Text Example
Text Example
White with #C9CDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDBB; }
p { color: rgb(201,205,187); }
H1.HeaderClassName
{
color: #C9CDBB;
}
.AnyTagClassName
{
color: #C9CDBB;
}
</style>
background-color css
<style>
a { background-color: #C9CDBB; }
a { background-color: rgb(201,205,187); }
div.DivClassName
{
background-color: #C9CDBB;
}
.BgClassName
{
background-color: #C9CDBB;
}
</style>
border-color css
<style>
span { border-color: #C9CDBB; }
span { border-color: rgb(201,205,187); }
td.TdClassName
{
border-color: #C9CDBB;
}
.TagClassName
{
border-color: #C9CDBB;
}
</style>