Shades of Harp #C6CAB9
Tints of Harp #C6CAB9
RGB
CMYK
RGB Variations
Color information
#C6CAB9 (or 0xC6CAB9) is known color: Harp. HEX triplet: C6, CA and B9. RGB value is (198,202,185). Sum of RGB (Red+Green+Blue) = 198+202+185=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CAB9 is #393546. Grayscale: #C6C6C6. Windows color (decimal): -3749191 or 12176070. OLE color: 12176070.
HSL color Cylindrical-coordinate representation of color #C6CAB9: hue angle of 74.12º degrees, saturation: 0.14, 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 #C6CAB9 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 185 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.21 |
| HSL | 74.12º | 0.14% | 0.76% | - |
| HSV(B) | 74.12º | 0.08% | 0.79% | - |
| XYZ | 53.17 | 57.75 | 54.24 | - |
| YUV | 198.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 185 | 0.02 | 0 | 0.08 | 0.21 | 74.12 | 0.14 | 0.76 |
| Hex | C6 | CA | B9 | 2 | 0 | 8 | 15 | 4A | E | 4C |
| Octal | 306 | 312 | 271 | 2 | 0 | 10 | 25 | 112 | 16 | 114 |
| Binary | 11000110 | 11001010 | 10111001 | 10 | 0 | 1000 | 10101 | 1001010 | 1110 | 1001100 |
Color Harmonies of #C6CAB9
Complementary color
Monochromatic Colors of #C6CAB9
Black with #C6CAB9
Text Example
Text Example
White with #C6CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CAB9; }
p { color: rgb(198,202,185); }
H1.HeaderClassName
{
color: #C6CAB9;
}
.AnyTagClassName
{
color: #C6CAB9;
}
</style>
background-color css
<style>
a { background-color: #C6CAB9; }
a { background-color: rgb(198,202,185); }
div.DivClassName
{
background-color: #C6CAB9;
}
.BgClassName
{
background-color: #C6CAB9;
}
</style>
border-color css
<style>
span { border-color: #C6CAB9; }
span { border-color: rgb(198,202,185); }
td.TdClassName
{
border-color: #C6CAB9;
}
.TagClassName
{
border-color: #C6CAB9;
}
</style>