Shades of Harp #C9CEB6
Tints of Harp #C9CEB6
RGB
CMYK
RGB Variations
Color information
#C9CEB6 (or 0xC9CEB6) is known color: Harp. HEX triplet: C9, CE and B6. RGB value is (201,206,182). Sum of RGB (Red+Green+Blue) = 201+206+182=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEB6 is #363149. Grayscale: #C9C9C9. Windows color (decimal): -3551562 or 11980489. OLE color: 11980489.
HSL color Cylindrical-coordinate representation of color #C9CEB6: hue angle of 72.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9CEB6 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 182 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.19 |
| HSL | 72.5º | 0.2% | 0.76% | - |
| HSV(B) | 72.5º | 0.12% | 0.81% | - |
| XYZ | 54.6 | 59.94 | 52.95 | - |
| YUV | 201.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 182 | 0.02 | 0 | 0.12 | 0.19 | 72.5 | 0.2 | 0.76 |
| Hex | C9 | CE | B6 | 2 | 0 | C | 13 | 48 | 14 | 4C |
| Octal | 311 | 316 | 266 | 2 | 0 | 14 | 23 | 110 | 24 | 114 |
| Binary | 11001001 | 11001110 | 10110110 | 10 | 0 | 1100 | 10011 | 1001000 | 10100 | 1001100 |
Color Harmonies of #C9CEB6
Complementary color
Monochromatic Colors of #C9CEB6
Black with #C9CEB6
Text Example
Text Example
White with #C9CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEB6; }
p { color: rgb(201,206,182); }
H1.HeaderClassName
{
color: #C9CEB6;
}
.AnyTagClassName
{
color: #C9CEB6;
}
</style>
background-color css
<style>
a { background-color: #C9CEB6; }
a { background-color: rgb(201,206,182); }
div.DivClassName
{
background-color: #C9CEB6;
}
.BgClassName
{
background-color: #C9CEB6;
}
</style>
border-color css
<style>
span { border-color: #C9CEB6; }
span { border-color: rgb(201,206,182); }
td.TdClassName
{
border-color: #C9CEB6;
}
.TagClassName
{
border-color: #C9CEB6;
}
</style>