Shades of Harp #C8CBBE
Tints of Harp #C8CBBE
RGB
CMYK
RGB Variations
Color information
#C8CBBE (or 0xC8CBBE) is known color: Harp. HEX triplet: C8, CB and BE. RGB value is (200,203,190). Sum of RGB (Red+Green+Blue) = 200+203+190=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBBE is #373441. Grayscale: #C8C8C8. Windows color (decimal): -3617858 or 12504008. OLE color: 12504008.
HSL color Cylindrical-coordinate representation of color #C8CBBE: hue angle of 73.85º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8CBBE is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 190 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.20 |
| HSL | 73.85º | 0.11% | 0.77% | - |
| HSV(B) | 73.85º | 0.06% | 0.8% | - |
| XYZ | 54.47 | 58.71 | 57.18 | - |
| YUV | 200.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 190 | 0.01 | 0 | 0.06 | 0.20 | 73.85 | 0.11 | 0.77 |
| Hex | C8 | CB | BE | 1 | 0 | 6 | 14 | 4A | B | 4D |
| Octal | 310 | 313 | 276 | 1 | 0 | 6 | 24 | 112 | 13 | 115 |
| Binary | 11001000 | 11001011 | 10111110 | 1 | 0 | 110 | 10100 | 1001010 | 1011 | 1001101 |
Color Harmonies of #C8CBBE
Complementary color
Monochromatic Colors of #C8CBBE
Black with #C8CBBE
Text Example
Text Example
White with #C8CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBBE; }
p { color: rgb(200,203,190); }
H1.HeaderClassName
{
color: #C8CBBE;
}
.AnyTagClassName
{
color: #C8CBBE;
}
</style>
background-color css
<style>
a { background-color: #C8CBBE; }
a { background-color: rgb(200,203,190); }
div.DivClassName
{
background-color: #C8CBBE;
}
.BgClassName
{
background-color: #C8CBBE;
}
</style>
border-color css
<style>
span { border-color: #C8CBBE; }
span { border-color: rgb(200,203,190); }
td.TdClassName
{
border-color: #C8CBBE;
}
.TagClassName
{
border-color: #C8CBBE;
}
</style>