Shades of Harp #C8CBB8
Tints of Harp #C8CBB8
RGB
CMYK
RGB Variations
Color information
#C8CBB8 (or 0xC8CBB8) is known color: Harp. HEX triplet: C8, CB and B8. RGB value is (200,203,184). Sum of RGB (Red+Green+Blue) = 200+203+184=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBB8 is #373447. Grayscale: #C8C8C8. Windows color (decimal): -3617864 or 12110792. OLE color: 12110792.
HSL color Cylindrical-coordinate representation of color #C8CBB8: hue angle of 69.47º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8CBB8 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 184 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.20 |
| HSL | 69.47º | 0.15% | 0.76% | - |
| HSV(B) | 69.47º | 0.09% | 0.8% | - |
| XYZ | 53.83 | 58.45 | 53.79 | - |
| YUV | 199.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 184 | 0.01 | 0 | 0.09 | 0.20 | 69.47 | 0.15 | 0.76 |
| Hex | C8 | CB | B8 | 1 | 0 | 9 | 14 | 45 | F | 4C |
| Octal | 310 | 313 | 270 | 1 | 0 | 11 | 24 | 105 | 17 | 114 |
| Binary | 11001000 | 11001011 | 10111000 | 1 | 0 | 1001 | 10100 | 1000101 | 1111 | 1001100 |
Color Harmonies of #C8CBB8
Complementary color
Monochromatic Colors of #C8CBB8
Black with #C8CBB8
Text Example
Text Example
White with #C8CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBB8; }
p { color: rgb(200,203,184); }
H1.HeaderClassName
{
color: #C8CBB8;
}
.AnyTagClassName
{
color: #C8CBB8;
}
</style>
background-color css
<style>
a { background-color: #C8CBB8; }
a { background-color: rgb(200,203,184); }
div.DivClassName
{
background-color: #C8CBB8;
}
.BgClassName
{
background-color: #C8CBB8;
}
</style>
border-color css
<style>
span { border-color: #C8CBB8; }
span { border-color: rgb(200,203,184); }
td.TdClassName
{
border-color: #C8CBB8;
}
.TagClassName
{
border-color: #C8CBB8;
}
</style>