Shades of Harp #C6CABA
Tints of Harp #C6CABA
RGB
CMYK
RGB Variations
Color information
#C6CABA (or 0xC6CABA) is known color: Harp. HEX triplet: C6, CA and BA. RGB value is (198,202,186). Sum of RGB (Red+Green+Blue) = 198+202+186=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CABA is #393545. Grayscale: #C7C7C7. Windows color (decimal): -3749190 or 12241606. OLE color: 12241606.
HSL color Cylindrical-coordinate representation of color #C6CABA: hue angle of 75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6CABA is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 186 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.21 |
| HSL | 75º | 0.13% | 0.76% | - |
| HSV(B) | 75º | 0.08% | 0.79% | - |
| XYZ | 53.27 | 57.79 | 54.8 | - |
| YUV | 198.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 186 | 0.02 | 0 | 0.08 | 0.21 | 75 | 0.13 | 0.76 |
| Hex | C6 | CA | BA | 2 | 0 | 8 | 15 | 4B | D | 4C |
| Octal | 306 | 312 | 272 | 2 | 0 | 10 | 25 | 113 | 15 | 114 |
| Binary | 11000110 | 11001010 | 10111010 | 10 | 0 | 1000 | 10101 | 1001011 | 1101 | 1001100 |
Color Harmonies of #C6CABA
Complementary color
Monochromatic Colors of #C6CABA
Black with #C6CABA
Text Example
Text Example
White with #C6CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CABA; }
p { color: rgb(198,202,186); }
H1.HeaderClassName
{
color: #C6CABA;
}
.AnyTagClassName
{
color: #C6CABA;
}
</style>
background-color css
<style>
a { background-color: #C6CABA; }
a { background-color: rgb(198,202,186); }
div.DivClassName
{
background-color: #C6CABA;
}
.BgClassName
{
background-color: #C6CABA;
}
</style>
border-color css
<style>
span { border-color: #C6CABA; }
span { border-color: rgb(198,202,186); }
td.TdClassName
{
border-color: #C6CABA;
}
.TagClassName
{
border-color: #C6CABA;
}
</style>