Shades of Harp #C7CBBA
Tints of Harp #C7CBBA
RGB
CMYK
RGB Variations
Color information
#C7CBBA (or 0xC7CBBA) is known color: Harp. HEX triplet: C7, CB and BA. RGB value is (199,203,186). Sum of RGB (Red+Green+Blue) = 199+203+186=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBBA is #383445. Grayscale: #C7C7C7. Windows color (decimal): -3683398 or 12241863. OLE color: 12241863.
HSL color Cylindrical-coordinate representation of color #C7CBBA: hue angle of 74.12º degrees, saturation: 0.14, 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 #C7CBBA is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 186 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.20 |
| HSL | 74.12º | 0.14% | 0.76% | - |
| HSV(B) | 74.12º | 0.08% | 0.8% | - |
| XYZ | 53.77 | 58.4 | 54.89 | - |
| YUV | 199.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 186 | 0.02 | 0 | 0.08 | 0.20 | 74.12 | 0.14 | 0.76 |
| Hex | C7 | CB | BA | 2 | 0 | 8 | 14 | 4A | E | 4C |
| Octal | 307 | 313 | 272 | 2 | 0 | 10 | 24 | 112 | 16 | 114 |
| Binary | 11000111 | 11001011 | 10111010 | 10 | 0 | 1000 | 10100 | 1001010 | 1110 | 1001100 |
Color Harmonies of #C7CBBA
Complementary color
Monochromatic Colors of #C7CBBA
Black with #C7CBBA
Text Example
Text Example
White with #C7CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBBA; }
p { color: rgb(199,203,186); }
H1.HeaderClassName
{
color: #C7CBBA;
}
.AnyTagClassName
{
color: #C7CBBA;
}
</style>
background-color css
<style>
a { background-color: #C7CBBA; }
a { background-color: rgb(199,203,186); }
div.DivClassName
{
background-color: #C7CBBA;
}
.BgClassName
{
background-color: #C7CBBA;
}
</style>
border-color css
<style>
span { border-color: #C7CBBA; }
span { border-color: rgb(199,203,186); }
td.TdClassName
{
border-color: #C7CBBA;
}
.TagClassName
{
border-color: #C7CBBA;
}
</style>