Shades of Harp #C8CBBB
Tints of Harp #C8CBBB
RGB
CMYK
RGB Variations
Color information
#C8CBBB (or 0xC8CBBB) is known color: Harp. HEX triplet: C8, CB and BB. RGB value is (200,203,187). Sum of RGB (Red+Green+Blue) = 200+203+187=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBBB is #373444. Grayscale: #C8C8C8. Windows color (decimal): -3617861 or 12307400. OLE color: 12307400.
HSL color Cylindrical-coordinate representation of color #C8CBBB: hue angle of 71.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8CBBB is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 187 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.20 |
| HSL | 71.25º | 0.13% | 0.76% | - |
| HSV(B) | 71.25º | 0.08% | 0.8% | - |
| XYZ | 54.15 | 58.58 | 55.47 | - |
| YUV | 200.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 187 | 0.01 | 0 | 0.08 | 0.20 | 71.25 | 0.13 | 0.76 |
| Hex | C8 | CB | BB | 1 | 0 | 8 | 14 | 47 | D | 4C |
| Octal | 310 | 313 | 273 | 1 | 0 | 10 | 24 | 107 | 15 | 114 |
| Binary | 11001000 | 11001011 | 10111011 | 1 | 0 | 1000 | 10100 | 1000111 | 1101 | 1001100 |
Color Harmonies of #C8CBBB
Complementary color
Monochromatic Colors of #C8CBBB
Black with #C8CBBB
Text Example
Text Example
White with #C8CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBBB; }
p { color: rgb(200,203,187); }
H1.HeaderClassName
{
color: #C8CBBB;
}
.AnyTagClassName
{
color: #C8CBBB;
}
</style>
background-color css
<style>
a { background-color: #C8CBBB; }
a { background-color: rgb(200,203,187); }
div.DivClassName
{
background-color: #C8CBBB;
}
.BgClassName
{
background-color: #C8CBBB;
}
</style>
border-color css
<style>
span { border-color: #C8CBBB; }
span { border-color: rgb(200,203,187); }
td.TdClassName
{
border-color: #C8CBBB;
}
.TagClassName
{
border-color: #C8CBBB;
}
</style>