Shades of Harp #C6CCB7
Tints of Harp #C6CCB7
RGB
CMYK
RGB Variations
Color information
#C6CCB7 (or 0xC6CCB7) is known color: Harp. HEX triplet: C6, CC and B7. RGB value is (198,204,183). Sum of RGB (Red+Green+Blue) = 198+204+183=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCB7 is #393348. Grayscale: #C7C7C7. Windows color (decimal): -3748681 or 12045510. OLE color: 12045510.
HSL color Cylindrical-coordinate representation of color #C6CCB7: hue angle of 77.14º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6CCB7 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 204 | 183 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.2 |
| HSL | 77.14º | 0.17% | 0.76% | - |
| HSV(B) | 77.14º | 0.1% | 0.8% | - |
| XYZ | 53.43 | 58.61 | 53.3 | - |
| YUV | 199.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 183 | 0.03 | 0 | 0.10 | 0.2 | 77.14 | 0.17 | 0.76 |
| Hex | C6 | CC | B7 | 3 | 0 | A | 14 | 4D | 11 | 4C |
| Octal | 306 | 314 | 267 | 3 | 0 | 12 | 24 | 115 | 21 | 114 |
| Binary | 11000110 | 11001100 | 10110111 | 11 | 0 | 1010 | 10100 | 1001101 | 10001 | 1001100 |
Color Harmonies of #C6CCB7
Complementary color
Monochromatic Colors of #C6CCB7
Black with #C6CCB7
Text Example
Text Example
White with #C6CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CCB7; }
p { color: rgb(198,204,183); }
H1.HeaderClassName
{
color: #C6CCB7;
}
.AnyTagClassName
{
color: #C6CCB7;
}
</style>
background-color css
<style>
a { background-color: #C6CCB7; }
a { background-color: rgb(198,204,183); }
div.DivClassName
{
background-color: #C6CCB7;
}
.BgClassName
{
background-color: #C6CCB7;
}
</style>
border-color css
<style>
span { border-color: #C6CCB7; }
span { border-color: rgb(198,204,183); }
td.TdClassName
{
border-color: #C6CCB7;
}
.TagClassName
{
border-color: #C6CCB7;
}
</style>