Shades of Harp #C9CEC0
Tints of Harp #C9CEC0
RGB
CMYK
RGB Variations
Color information
#C9CEC0 (or 0xC9CEC0) is known color: Harp. HEX triplet: C9, CE and C0. RGB value is (201,206,192). Sum of RGB (Red+Green+Blue) = 201+206+192=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEC0 is #36313F. Grayscale: #CACACA. Windows color (decimal): -3551552 or 12635849. OLE color: 12635849.
HSL color Cylindrical-coordinate representation of color #C9CEC0: hue angle of 81.43º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9CEC0 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 192 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.19 |
| HSL | 81.43º | 0.13% | 0.78% | - |
| HSV(B) | 81.43º | 0.07% | 0.81% | - |
| XYZ | 55.67 | 60.37 | 58.59 | - |
| YUV | 202.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 192 | 0.02 | 0 | 0.07 | 0.19 | 81.43 | 0.13 | 0.78 |
| Hex | C9 | CE | C0 | 2 | 0 | 7 | 13 | 51 | C | 4E |
| Octal | 311 | 316 | 300 | 2 | 0 | 7 | 23 | 121 | 14 | 116 |
| Binary | 11001001 | 11001110 | 11000000 | 10 | 0 | 111 | 10011 | 1010001 | 1100 | 1001110 |
Color Harmonies of #C9CEC0
Complementary color
Monochromatic Colors of #C9CEC0
Black with #C9CEC0
Text Example
Text Example
White with #C9CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEC0; }
p { color: rgb(201,206,192); }
H1.HeaderClassName
{
color: #C9CEC0;
}
.AnyTagClassName
{
color: #C9CEC0;
}
</style>
background-color css
<style>
a { background-color: #C9CEC0; }
a { background-color: rgb(201,206,192); }
div.DivClassName
{
background-color: #C9CEC0;
}
.BgClassName
{
background-color: #C9CEC0;
}
</style>
border-color css
<style>
span { border-color: #C9CEC0; }
span { border-color: rgb(201,206,192); }
td.TdClassName
{
border-color: #C9CEC0;
}
.TagClassName
{
border-color: #C9CEC0;
}
</style>