Shades of Harp #C8CEB9
Tints of Harp #C8CEB9
RGB
CMYK
RGB Variations
Color information
#C8CEB9 (or 0xC8CEB9) is known color: Harp. HEX triplet: C8, CE and B9. RGB value is (200,206,185). Sum of RGB (Red+Green+Blue) = 200+206+185=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEB9 is #373146. Grayscale: #C9C9C9. Windows color (decimal): -3617095 or 12177096. OLE color: 12177096.
HSL color Cylindrical-coordinate representation of color #C8CEB9: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8CEB9 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 206 | 185 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.19 |
| HSL | 77.14º | 0.18% | 0.77% | - |
| HSV(B) | 77.14º | 0.1% | 0.81% | - |
| XYZ | 54.65 | 59.92 | 54.59 | - |
| YUV | 201.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 185 | 0.03 | 0 | 0.10 | 0.19 | 77.14 | 0.18 | 0.77 |
| Hex | C8 | CE | B9 | 3 | 0 | A | 13 | 4D | 12 | 4D |
| Octal | 310 | 316 | 271 | 3 | 0 | 12 | 23 | 115 | 22 | 115 |
| Binary | 11001000 | 11001110 | 10111001 | 11 | 0 | 1010 | 10011 | 1001101 | 10010 | 1001101 |
Color Harmonies of #C8CEB9
Complementary color
Monochromatic Colors of #C8CEB9
Black with #C8CEB9
Text Example
Text Example
White with #C8CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEB9; }
p { color: rgb(200,206,185); }
H1.HeaderClassName
{
color: #C8CEB9;
}
.AnyTagClassName
{
color: #C8CEB9;
}
</style>
background-color css
<style>
a { background-color: #C8CEB9; }
a { background-color: rgb(200,206,185); }
div.DivClassName
{
background-color: #C8CEB9;
}
.BgClassName
{
background-color: #C8CEB9;
}
</style>
border-color css
<style>
span { border-color: #C8CEB9; }
span { border-color: rgb(200,206,185); }
td.TdClassName
{
border-color: #C8CEB9;
}
.TagClassName
{
border-color: #C8CEB9;
}
</style>