Shades of Harp #C5CBBA
Tints of Harp #C5CBBA
RGB
CMYK
RGB Variations
Color information
#C5CBBA (or 0xC5CBBA) is known color: Harp. HEX triplet: C5, CB and BA. RGB value is (197,203,186). Sum of RGB (Red+Green+Blue) = 197+203+186=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBBA is #3A3445. Grayscale: #C7C7C7. Windows color (decimal): -3814470 or 12241861. OLE color: 12241861.
HSL color Cylindrical-coordinate representation of color #C5CBBA: hue angle of 81.18º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5CBBA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 186 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.20 |
| HSL | 81.18º | 0.14% | 0.76% | - |
| HSV(B) | 81.18º | 0.08% | 0.8% | - |
| XYZ | 53.24 | 58.13 | 54.87 | - |
| YUV | 199.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 186 | 0.03 | 0 | 0.08 | 0.20 | 81.18 | 0.14 | 0.76 |
| Hex | C5 | CB | BA | 3 | 0 | 8 | 14 | 51 | E | 4C |
| Octal | 305 | 313 | 272 | 3 | 0 | 10 | 24 | 121 | 16 | 114 |
| Binary | 11000101 | 11001011 | 10111010 | 11 | 0 | 1000 | 10100 | 1010001 | 1110 | 1001100 |
Color Harmonies of #C5CBBA
Complementary color
Monochromatic Colors of #C5CBBA
Black with #C5CBBA
Text Example
Text Example
White with #C5CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBBA; }
p { color: rgb(197,203,186); }
H1.HeaderClassName
{
color: #C5CBBA;
}
.AnyTagClassName
{
color: #C5CBBA;
}
</style>
background-color css
<style>
a { background-color: #C5CBBA; }
a { background-color: rgb(197,203,186); }
div.DivClassName
{
background-color: #C5CBBA;
}
.BgClassName
{
background-color: #C5CBBA;
}
</style>
border-color css
<style>
span { border-color: #C5CBBA; }
span { border-color: rgb(197,203,186); }
td.TdClassName
{
border-color: #C5CBBA;
}
.TagClassName
{
border-color: #C5CBBA;
}
</style>