Shades of Harp #C9CABD
Tints of Harp #C9CABD
RGB
CMYK
RGB Variations
Color information
#C9CABD (or 0xC9CABD) is known color: Harp. HEX triplet: C9, CA and BD. RGB value is (201,202,189). Sum of RGB (Red+Green+Blue) = 201+202+189=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CABD is #363542. Grayscale: #C8C8C8. Windows color (decimal): -3552579 or 12438217. OLE color: 12438217.
HSL color Cylindrical-coordinate representation of color #C9CABD: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9CABD is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 202 | 189 | - |
CMYK | 0.00 | 0 | 0.06 | 0.21 |
HSL | 64.62º | 0.11% | 0.77% | - |
HSV(B) | 64.62º | 0.06% | 0.79% | - |
XYZ | 54.39 | 58.33 | 56.54 | - |
YUV | 200.22 | 121.67 | 128.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 202 | 189 | 0.00 | 0 | 0.06 | 0.21 | 64.62 | 0.11 | 0.77 |
Hex | C9 | CA | BD | 0 | 0 | 6 | 15 | 41 | B | 4D |
Octal | 311 | 312 | 275 | 0 | 0 | 6 | 25 | 101 | 13 | 115 |
Binary | 11001001 | 11001010 | 10111101 | 0 | 0 | 110 | 10101 | 1000001 | 1011 | 1001101 |
Color Harmonies of #C9CABD
Complementary color
Monochromatic Colors of #C9CABD
Black with #C9CABD
Text Example
Text Example
White with #C9CABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CABD; }
p { color: rgb(201,202,189); }
H1.HeaderClassName
{
color: #C9CABD;
}
.AnyTagClassName
{
color: #C9CABD;
}
</style>
background-color css
<style>
a { background-color: #C9CABD; }
a { background-color: rgb(201,202,189); }
div.DivClassName
{
background-color: #C9CABD;
}
.BgClassName
{
background-color: #C9CABD;
}
</style>
border-color css
<style>
span { border-color: #C9CABD; }
span { border-color: rgb(201,202,189); }
td.TdClassName
{
border-color: #C9CABD;
}
.TagClassName
{
border-color: #C9CABD;
}
</style>