Shades of Harp #C9CBBD
Tints of Harp #C9CBBD
RGB
CMYK
RGB Variations
Color information
#C9CBBD (or 0xC9CBBD) is known color: Harp. HEX triplet: C9, CB and BD. RGB value is (201,203,189). Sum of RGB (Red+Green+Blue) = 201+203+189=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBBD is #363442. Grayscale: #C8C8C8. Windows color (decimal): -3552323 or 12438473. OLE color: 12438473.
HSL color Cylindrical-coordinate representation of color #C9CBBD: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9CBBD is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 189 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.20 |
| HSL | 68.57º | 0.12% | 0.77% | - |
| HSV(B) | 68.57º | 0.07% | 0.8% | - |
| XYZ | 54.63 | 58.8 | 56.62 | - |
| YUV | 200.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 189 | 0.01 | 0 | 0.07 | 0.20 | 68.57 | 0.12 | 0.77 |
| Hex | C9 | CB | BD | 1 | 0 | 7 | 14 | 45 | C | 4D |
| Octal | 311 | 313 | 275 | 1 | 0 | 7 | 24 | 105 | 14 | 115 |
| Binary | 11001001 | 11001011 | 10111101 | 1 | 0 | 111 | 10100 | 1000101 | 1100 | 1001101 |
Color Harmonies of #C9CBBD
Complementary color
Monochromatic Colors of #C9CBBD
Black with #C9CBBD
Text Example
Text Example
White with #C9CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBBD; }
p { color: rgb(201,203,189); }
H1.HeaderClassName
{
color: #C9CBBD;
}
.AnyTagClassName
{
color: #C9CBBD;
}
</style>
background-color css
<style>
a { background-color: #C9CBBD; }
a { background-color: rgb(201,203,189); }
div.DivClassName
{
background-color: #C9CBBD;
}
.BgClassName
{
background-color: #C9CBBD;
}
</style>
border-color css
<style>
span { border-color: #C9CBBD; }
span { border-color: rgb(201,203,189); }
td.TdClassName
{
border-color: #C9CBBD;
}
.TagClassName
{
border-color: #C9CBBD;
}
</style>