Shades of Harp #C7CBB4
Tints of Harp #C7CBB4
RGB
CMYK
RGB Variations
Color information
#C7CBB4 (or 0xC7CBB4) is known color: Harp. HEX triplet: C7, CB and B4. RGB value is (199,203,180). Sum of RGB (Red+Green+Blue) = 199+203+180=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBB4 is #38344B. Grayscale: #C7C7C7. Windows color (decimal): -3683404 or 11848647. OLE color: 11848647.
HSL color Cylindrical-coordinate representation of color #C7CBB4: hue angle of 70.43º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7CBB4 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 180 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.20 |
| HSL | 70.43º | 0.18% | 0.75% | - |
| HSV(B) | 70.43º | 0.11% | 0.8% | - |
| XYZ | 53.15 | 58.15 | 51.6 | - |
| YUV | 199.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 180 | 0.02 | 0 | 0.11 | 0.20 | 70.43 | 0.18 | 0.75 |
| Hex | C7 | CB | B4 | 2 | 0 | B | 14 | 46 | 12 | 4B |
| Octal | 307 | 313 | 264 | 2 | 0 | 13 | 24 | 106 | 22 | 113 |
| Binary | 11000111 | 11001011 | 10110100 | 10 | 0 | 1011 | 10100 | 1000110 | 10010 | 1001011 |
Color Harmonies of #C7CBB4
Complementary color
Monochromatic Colors of #C7CBB4
Black with #C7CBB4
Text Example
Text Example
White with #C7CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBB4; }
p { color: rgb(199,203,180); }
H1.HeaderClassName
{
color: #C7CBB4;
}
.AnyTagClassName
{
color: #C7CBB4;
}
</style>
background-color css
<style>
a { background-color: #C7CBB4; }
a { background-color: rgb(199,203,180); }
div.DivClassName
{
background-color: #C7CBB4;
}
.BgClassName
{
background-color: #C7CBB4;
}
</style>
border-color css
<style>
span { border-color: #C7CBB4; }
span { border-color: rgb(199,203,180); }
td.TdClassName
{
border-color: #C7CBB4;
}
.TagClassName
{
border-color: #C7CBB4;
}
</style>