Shades of Harp #C8CBBD
Tints of Harp #C8CBBD
RGB
CMYK
RGB Variations
Color information
#C8CBBD (or 0xC8CBBD) is known color: Harp. HEX triplet: C8, CB and BD. RGB value is (200,203,189). Sum of RGB (Red+Green+Blue) = 200+203+189=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBBD is #373442. Grayscale: #C8C8C8. Windows color (decimal): -3617859 or 12438472. OLE color: 12438472.
HSL color Cylindrical-coordinate representation of color #C8CBBD: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8CBBD is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 189 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.20 |
| HSL | 72.86º | 0.12% | 0.77% | - |
| HSV(B) | 72.86º | 0.07% | 0.8% | - |
| XYZ | 54.36 | 58.67 | 56.6 | - |
| YUV | 200.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 189 | 0.01 | 0 | 0.07 | 0.20 | 72.86 | 0.12 | 0.77 |
| Hex | C8 | CB | BD | 1 | 0 | 7 | 14 | 49 | C | 4D |
| Octal | 310 | 313 | 275 | 1 | 0 | 7 | 24 | 111 | 14 | 115 |
| Binary | 11001000 | 11001011 | 10111101 | 1 | 0 | 111 | 10100 | 1001001 | 1100 | 1001101 |
Color Harmonies of #C8CBBD
Complementary color
Monochromatic Colors of #C8CBBD
Black with #C8CBBD
Text Example
Text Example
White with #C8CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBBD; }
p { color: rgb(200,203,189); }
H1.HeaderClassName
{
color: #C8CBBD;
}
.AnyTagClassName
{
color: #C8CBBD;
}
</style>
background-color css
<style>
a { background-color: #C8CBBD; }
a { background-color: rgb(200,203,189); }
div.DivClassName
{
background-color: #C8CBBD;
}
.BgClassName
{
background-color: #C8CBBD;
}
</style>
border-color css
<style>
span { border-color: #C8CBBD; }
span { border-color: rgb(200,203,189); }
td.TdClassName
{
border-color: #C8CBBD;
}
.TagClassName
{
border-color: #C8CBBD;
}
</style>