Shades of Harp #C9CDBC
Tints of Harp #C9CDBC
RGB
CMYK
RGB Variations
Color information
#C9CDBC (or 0xC9CDBC) is known color: Harp. HEX triplet: C9, CD and BC. RGB value is (201,205,188). Sum of RGB (Red+Green+Blue) = 201+205+188=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDBC is #363243. Grayscale: #C9C9C9. Windows color (decimal): -3551812 or 12373449. OLE color: 12373449.
HSL color Cylindrical-coordinate representation of color #C9CDBC: hue angle of 74.12º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9CDBC is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 205 | 188 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.20 |
| HSL | 74.12º | 0.15% | 0.77% | - |
| HSV(B) | 74.12º | 0.08% | 0.8% | - |
| XYZ | 55 | 59.71 | 56.2 | - |
| YUV | 201.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 188 | 0.02 | 0 | 0.08 | 0.20 | 74.12 | 0.15 | 0.77 |
| Hex | C9 | CD | BC | 2 | 0 | 8 | 14 | 4A | F | 4D |
| Octal | 311 | 315 | 274 | 2 | 0 | 10 | 24 | 112 | 17 | 115 |
| Binary | 11001001 | 11001101 | 10111100 | 10 | 0 | 1000 | 10100 | 1001010 | 1111 | 1001101 |
Color Harmonies of #C9CDBC
Complementary color
Monochromatic Colors of #C9CDBC
Black with #C9CDBC
Text Example
Text Example
White with #C9CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDBC; }
p { color: rgb(201,205,188); }
H1.HeaderClassName
{
color: #C9CDBC;
}
.AnyTagClassName
{
color: #C9CDBC;
}
</style>
background-color css
<style>
a { background-color: #C9CDBC; }
a { background-color: rgb(201,205,188); }
div.DivClassName
{
background-color: #C9CDBC;
}
.BgClassName
{
background-color: #C9CDBC;
}
</style>
border-color css
<style>
span { border-color: #C9CDBC; }
span { border-color: rgb(201,205,188); }
td.TdClassName
{
border-color: #C9CDBC;
}
.TagClassName
{
border-color: #C9CDBC;
}
</style>