Shades of Harp #C6CCB0
Tints of Harp #C6CCB0
RGB
CMYK
RGB Variations
Color information
#C6CCB0 (or 0xC6CCB0) is known color: Harp. HEX triplet: C6, CC and B0. RGB value is (198,204,176). Sum of RGB (Red+Green+Blue) = 198+204+176=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CCB0 is #39334F. Grayscale: #C7C7C7. Windows color (decimal): -3748688 or 11586758. OLE color: 11586758.
HSL color Cylindrical-coordinate representation of color #C6CCB0: hue angle of 72.86º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6CCB0 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 204 | 176 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.2 |
| HSL | 72.86º | 0.22% | 0.75% | - |
| HSV(B) | 72.86º | 0.14% | 0.8% | - |
| XYZ | 52.72 | 58.33 | 49.55 | - |
| YUV | 199.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 176 | 0.03 | 0 | 0.14 | 0.2 | 72.86 | 0.22 | 0.75 |
| Hex | C6 | CC | B0 | 3 | 0 | E | 14 | 49 | 16 | 4B |
| Octal | 306 | 314 | 260 | 3 | 0 | 16 | 24 | 111 | 26 | 113 |
| Binary | 11000110 | 11001100 | 10110000 | 11 | 0 | 1110 | 10100 | 1001001 | 10110 | 1001011 |
Color Harmonies of #C6CCB0
Complementary color
Monochromatic Colors of #C6CCB0
Black with #C6CCB0
Text Example
Text Example
White with #C6CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CCB0; }
p { color: rgb(198,204,176); }
H1.HeaderClassName
{
color: #C6CCB0;
}
.AnyTagClassName
{
color: #C6CCB0;
}
</style>
background-color css
<style>
a { background-color: #C6CCB0; }
a { background-color: rgb(198,204,176); }
div.DivClassName
{
background-color: #C6CCB0;
}
.BgClassName
{
background-color: #C6CCB0;
}
</style>
border-color css
<style>
span { border-color: #C6CCB0; }
span { border-color: rgb(198,204,176); }
td.TdClassName
{
border-color: #C6CCB0;
}
.TagClassName
{
border-color: #C6CCB0;
}
</style>