Shades of Harp #C7CBBF
Tints of Harp #C7CBBF
RGB
CMYK
RGB Variations
Color information
#C7CBBF (or 0xC7CBBF) is known color: Harp. HEX triplet: C7, CB and BF. RGB value is (199,203,191). Sum of RGB (Red+Green+Blue) = 199+203+191=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBBF is #383440. Grayscale: #C8C8C8. Windows color (decimal): -3683393 or 12569543. OLE color: 12569543.
HSL color Cylindrical-coordinate representation of color #C7CBBF: hue angle of 80º 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 #C7CBBF is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 191 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.20 |
| HSL | 80º | 0.1% | 0.77% | - |
| HSV(B) | 80º | 0.06% | 0.8% | - |
| XYZ | 54.31 | 58.62 | 57.74 | - |
| YUV | 200.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 191 | 0.02 | 0 | 0.06 | 0.20 | 80 | 0.1 | 0.77 |
| Hex | C7 | CB | BF | 2 | 0 | 6 | 14 | 50 | A | 4D |
| Octal | 307 | 313 | 277 | 2 | 0 | 6 | 24 | 120 | 12 | 115 |
| Binary | 11000111 | 11001011 | 10111111 | 10 | 0 | 110 | 10100 | 1010000 | 1010 | 1001101 |
Color Harmonies of #C7CBBF
Complementary color
Monochromatic Colors of #C7CBBF
Black with #C7CBBF
Text Example
Text Example
White with #C7CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBBF; }
p { color: rgb(199,203,191); }
H1.HeaderClassName
{
color: #C7CBBF;
}
.AnyTagClassName
{
color: #C7CBBF;
}
</style>
background-color css
<style>
a { background-color: #C7CBBF; }
a { background-color: rgb(199,203,191); }
div.DivClassName
{
background-color: #C7CBBF;
}
.BgClassName
{
background-color: #C7CBBF;
}
</style>
border-color css
<style>
span { border-color: #C7CBBF; }
span { border-color: rgb(199,203,191); }
td.TdClassName
{
border-color: #C7CBBF;
}
.TagClassName
{
border-color: #C7CBBF;
}
</style>