Shades of Harp #C8CBBF
Tints of Harp #C8CBBF
RGB
CMYK
RGB Variations
Color information
#C8CBBF (or 0xC8CBBF) is known color: Harp. HEX triplet: C8, CB and BF. RGB value is (200,203,191). Sum of RGB (Red+Green+Blue) = 200+203+191=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBBF is #373440. Grayscale: #C8C8C8. Windows color (decimal): -3617857 or 12569544. OLE color: 12569544.
HSL color Cylindrical-coordinate representation of color #C8CBBF: hue angle of 75º degrees, saturation: 0.1, 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 #C8CBBF is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 191 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.20 |
| HSL | 75º | 0.1% | 0.77% | - |
| HSV(B) | 75º | 0.06% | 0.8% | - |
| XYZ | 54.58 | 58.75 | 57.75 | - |
| YUV | 200.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 191 | 0.01 | 0 | 0.06 | 0.20 | 75 | 0.1 | 0.77 |
| Hex | C8 | CB | BF | 1 | 0 | 6 | 14 | 4B | A | 4D |
| Octal | 310 | 313 | 277 | 1 | 0 | 6 | 24 | 113 | 12 | 115 |
| Binary | 11001000 | 11001011 | 10111111 | 1 | 0 | 110 | 10100 | 1001011 | 1010 | 1001101 |
Color Harmonies of #C8CBBF
Complementary color
Monochromatic Colors of #C8CBBF
Black with #C8CBBF
Text Example
Text Example
White with #C8CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBBF; }
p { color: rgb(200,203,191); }
H1.HeaderClassName
{
color: #C8CBBF;
}
.AnyTagClassName
{
color: #C8CBBF;
}
</style>
background-color css
<style>
a { background-color: #C8CBBF; }
a { background-color: rgb(200,203,191); }
div.DivClassName
{
background-color: #C8CBBF;
}
.BgClassName
{
background-color: #C8CBBF;
}
</style>
border-color css
<style>
span { border-color: #C8CBBF; }
span { border-color: rgb(200,203,191); }
td.TdClassName
{
border-color: #C8CBBF;
}
.TagClassName
{
border-color: #C8CBBF;
}
</style>