Shades of Harp #C5CABA
Tints of Harp #C5CABA
RGB
CMYK
RGB Variations
Color information
#C5CABA (or 0xC5CABA) is known color: Harp. HEX triplet: C5, CA and BA. RGB value is (197,202,186). Sum of RGB (Red+Green+Blue) = 197+202+186=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CABA is #3A3545. Grayscale: #C6C6C6. Windows color (decimal): -3814726 or 12241605. OLE color: 12241605.
HSL color Cylindrical-coordinate representation of color #C5CABA: hue angle of 78.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 #C5CABA is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 186 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.21 |
| HSL | 78.75º | 0.13% | 0.76% | - |
| HSV(B) | 78.75º | 0.08% | 0.79% | - |
| XYZ | 53.01 | 57.66 | 54.79 | - |
| YUV | 198.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 186 | 0.02 | 0 | 0.08 | 0.21 | 78.75 | 0.13 | 0.76 |
| Hex | C5 | CA | BA | 2 | 0 | 8 | 15 | 4F | D | 4C |
| Octal | 305 | 312 | 272 | 2 | 0 | 10 | 25 | 117 | 15 | 114 |
| Binary | 11000101 | 11001010 | 10111010 | 10 | 0 | 1000 | 10101 | 1001111 | 1101 | 1001100 |
Color Harmonies of #C5CABA
Complementary color
Monochromatic Colors of #C5CABA
Black with #C5CABA
Text Example
Text Example
White with #C5CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CABA; }
p { color: rgb(197,202,186); }
H1.HeaderClassName
{
color: #C5CABA;
}
.AnyTagClassName
{
color: #C5CABA;
}
</style>
background-color css
<style>
a { background-color: #C5CABA; }
a { background-color: rgb(197,202,186); }
div.DivClassName
{
background-color: #C5CABA;
}
.BgClassName
{
background-color: #C5CABA;
}
</style>
border-color css
<style>
span { border-color: #C5CABA; }
span { border-color: rgb(197,202,186); }
td.TdClassName
{
border-color: #C5CABA;
}
.TagClassName
{
border-color: #C5CABA;
}
</style>