Shades of Harp #C7CCB2
Tints of Harp #C7CCB2
RGB
CMYK
RGB Variations
Color information
#C7CCB2 (or 0xC7CCB2) is known color: Harp. HEX triplet: C7, CC and B2. RGB value is (199,204,178). Sum of RGB (Red+Green+Blue) = 199+204+178=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 178 (69.92% from 255 or 30.64% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCB2 is #38334D. Grayscale: #C7C7C7. Windows color (decimal): -3683150 or 11717831. OLE color: 11717831.
HSL color Cylindrical-coordinate representation of color #C7CCB2: hue angle of 71.54º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7CCB2 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 178 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.2 |
| HSL | 71.54º | 0.2% | 0.75% | - |
| HSV(B) | 71.54º | 0.13% | 0.8% | - |
| XYZ | 53.18 | 58.54 | 50.62 | - |
| YUV | 199.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 178 | 0.02 | 0 | 0.13 | 0.2 | 71.54 | 0.2 | 0.75 |
| Hex | C7 | CC | B2 | 2 | 0 | D | 14 | 48 | 14 | 4B |
| Octal | 307 | 314 | 262 | 2 | 0 | 15 | 24 | 110 | 24 | 113 |
| Binary | 11000111 | 11001100 | 10110010 | 10 | 0 | 1101 | 10100 | 1001000 | 10100 | 1001011 |
Color Harmonies of #C7CCB2
Complementary color
Monochromatic Colors of #C7CCB2
Black with #C7CCB2
Text Example
Text Example
White with #C7CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCB2; }
p { color: rgb(199,204,178); }
H1.HeaderClassName
{
color: #C7CCB2;
}
.AnyTagClassName
{
color: #C7CCB2;
}
</style>
background-color css
<style>
a { background-color: #C7CCB2; }
a { background-color: rgb(199,204,178); }
div.DivClassName
{
background-color: #C7CCB2;
}
.BgClassName
{
background-color: #C7CCB2;
}
</style>
border-color css
<style>
span { border-color: #C7CCB2; }
span { border-color: rgb(199,204,178); }
td.TdClassName
{
border-color: #C7CCB2;
}
.TagClassName
{
border-color: #C7CCB2;
}
</style>