Shades of Harp #C8CEBA
Tints of Harp #C8CEBA
RGB
CMYK
RGB Variations
Color information
#C8CEBA (or 0xC8CEBA) is known color: Harp. HEX triplet: C8, CE and BA. RGB value is (200,206,186). Sum of RGB (Red+Green+Blue) = 200+206+186=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEBA is #373145. Grayscale: #CACACA. Windows color (decimal): -3617094 or 12242632. OLE color: 12242632.
HSL color Cylindrical-coordinate representation of color #C8CEBA: hue angle of 78º degrees, saturation: 0.17, 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 #C8CEBA is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 206 | 186 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.19 |
| HSL | 78º | 0.17% | 0.77% | - |
| HSV(B) | 78º | 0.1% | 0.81% | - |
| XYZ | 54.75 | 59.97 | 55.14 | - |
| YUV | 201.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 186 | 0.03 | 0 | 0.10 | 0.19 | 78 | 0.17 | 0.77 |
| Hex | C8 | CE | BA | 3 | 0 | A | 13 | 4E | 11 | 4D |
| Octal | 310 | 316 | 272 | 3 | 0 | 12 | 23 | 116 | 21 | 115 |
| Binary | 11001000 | 11001110 | 10111010 | 11 | 0 | 1010 | 10011 | 1001110 | 10001 | 1001101 |
Color Harmonies of #C8CEBA
Complementary color
Monochromatic Colors of #C8CEBA
Black with #C8CEBA
Text Example
Text Example
White with #C8CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEBA; }
p { color: rgb(200,206,186); }
H1.HeaderClassName
{
color: #C8CEBA;
}
.AnyTagClassName
{
color: #C8CEBA;
}
</style>
background-color css
<style>
a { background-color: #C8CEBA; }
a { background-color: rgb(200,206,186); }
div.DivClassName
{
background-color: #C8CEBA;
}
.BgClassName
{
background-color: #C8CEBA;
}
</style>
border-color css
<style>
span { border-color: #C8CEBA; }
span { border-color: rgb(200,206,186); }
td.TdClassName
{
border-color: #C8CEBA;
}
.TagClassName
{
border-color: #C8CEBA;
}
</style>