Shades of Harp #C5CBB7
Tints of Harp #C5CBB7
RGB
CMYK
RGB Variations
Color information
#C5CBB7 (or 0xC5CBB7) is known color: Harp. HEX triplet: C5, CB and B7. RGB value is (197,203,183). Sum of RGB (Red+Green+Blue) = 197+203+183=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBB7 is #3A3448. Grayscale: #C7C7C7. Windows color (decimal): -3814473 or 12045253. OLE color: 12045253.
HSL color Cylindrical-coordinate representation of color #C5CBB7: hue angle of 78º degrees, saturation: 0.16, 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 #C5CBB7 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 183 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.20 |
| HSL | 78º | 0.16% | 0.76% | - |
| HSV(B) | 78º | 0.1% | 0.8% | - |
| XYZ | 52.93 | 58 | 53.21 | - |
| YUV | 198.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 183 | 0.03 | 0 | 0.10 | 0.20 | 78 | 0.16 | 0.76 |
| Hex | C5 | CB | B7 | 3 | 0 | A | 14 | 4E | 10 | 4C |
| Octal | 305 | 313 | 267 | 3 | 0 | 12 | 24 | 116 | 20 | 114 |
| Binary | 11000101 | 11001011 | 10110111 | 11 | 0 | 1010 | 10100 | 1001110 | 10000 | 1001100 |
Color Harmonies of #C5CBB7
Complementary color
Monochromatic Colors of #C5CBB7
Black with #C5CBB7
Text Example
Text Example
White with #C5CBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBB7; }
p { color: rgb(197,203,183); }
H1.HeaderClassName
{
color: #C5CBB7;
}
.AnyTagClassName
{
color: #C5CBB7;
}
</style>
background-color css
<style>
a { background-color: #C5CBB7; }
a { background-color: rgb(197,203,183); }
div.DivClassName
{
background-color: #C5CBB7;
}
.BgClassName
{
background-color: #C5CBB7;
}
</style>
border-color css
<style>
span { border-color: #C5CBB7; }
span { border-color: rgb(197,203,183); }
td.TdClassName
{
border-color: #C5CBB7;
}
.TagClassName
{
border-color: #C5CBB7;
}
</style>