Shades of Harp #C7CBBD
Tints of Harp #C7CBBD
RGB
CMYK
RGB Variations
Color information
#C7CBBD (or 0xC7CBBD) is known color: Harp. HEX triplet: C7, CB and BD. RGB value is (199,203,189). Sum of RGB (Red+Green+Blue) = 199+203+189=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBBD is #383442. Grayscale: #C8C8C8. Windows color (decimal): -3683395 or 12438471. OLE color: 12438471.
HSL color Cylindrical-coordinate representation of color #C7CBBD: hue angle of 77.14º 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 #C7CBBD is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 189 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.20 |
| HSL | 77.14º | 0.12% | 0.77% | - |
| HSV(B) | 77.14º | 0.07% | 0.8% | - |
| XYZ | 54.09 | 58.53 | 56.59 | - |
| YUV | 200.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 189 | 0.02 | 0 | 0.07 | 0.20 | 77.14 | 0.12 | 0.77 |
| Hex | C7 | CB | BD | 2 | 0 | 7 | 14 | 4D | C | 4D |
| Octal | 307 | 313 | 275 | 2 | 0 | 7 | 24 | 115 | 14 | 115 |
| Binary | 11000111 | 11001011 | 10111101 | 10 | 0 | 111 | 10100 | 1001101 | 1100 | 1001101 |
Color Harmonies of #C7CBBD
Complementary color
Monochromatic Colors of #C7CBBD
Black with #C7CBBD
Text Example
Text Example
White with #C7CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBBD; }
p { color: rgb(199,203,189); }
H1.HeaderClassName
{
color: #C7CBBD;
}
.AnyTagClassName
{
color: #C7CBBD;
}
</style>
background-color css
<style>
a { background-color: #C7CBBD; }
a { background-color: rgb(199,203,189); }
div.DivClassName
{
background-color: #C7CBBD;
}
.BgClassName
{
background-color: #C7CBBD;
}
</style>
border-color css
<style>
span { border-color: #C7CBBD; }
span { border-color: rgb(199,203,189); }
td.TdClassName
{
border-color: #C7CBBD;
}
.TagClassName
{
border-color: #C7CBBD;
}
</style>