Shades of Harp #C5CCB6
Tints of Harp #C5CCB6
RGB
CMYK
RGB Variations
Color information
#C5CCB6 (or 0xC5CCB6) is known color: Harp. HEX triplet: C5, CC and B6. RGB value is (197,204,182). Sum of RGB (Red+Green+Blue) = 197+204+182=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCB6 is #3A3349. Grayscale: #C7C7C7. Windows color (decimal): -3814218 or 11979973. OLE color: 11979973.
HSL color Cylindrical-coordinate representation of color #C5CCB6: hue angle of 79.09º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CCB6 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 182 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.2 |
| HSL | 79.09º | 0.18% | 0.76% | - |
| HSV(B) | 79.09º | 0.11% | 0.8% | - |
| XYZ | 53.06 | 58.43 | 52.74 | - |
| YUV | 199.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 182 | 0.03 | 0 | 0.11 | 0.2 | 79.09 | 0.18 | 0.76 |
| Hex | C5 | CC | B6 | 3 | 0 | B | 14 | 4F | 12 | 4C |
| Octal | 305 | 314 | 266 | 3 | 0 | 13 | 24 | 117 | 22 | 114 |
| Binary | 11000101 | 11001100 | 10110110 | 11 | 0 | 1011 | 10100 | 1001111 | 10010 | 1001100 |
Color Harmonies of #C5CCB6
Complementary color
Monochromatic Colors of #C5CCB6
Black with #C5CCB6
Text Example
Text Example
White with #C5CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCB6; }
p { color: rgb(197,204,182); }
H1.HeaderClassName
{
color: #C5CCB6;
}
.AnyTagClassName
{
color: #C5CCB6;
}
</style>
background-color css
<style>
a { background-color: #C5CCB6; }
a { background-color: rgb(197,204,182); }
div.DivClassName
{
background-color: #C5CCB6;
}
.BgClassName
{
background-color: #C5CCB6;
}
</style>
border-color css
<style>
span { border-color: #C5CCB6; }
span { border-color: rgb(197,204,182); }
td.TdClassName
{
border-color: #C5CCB6;
}
.TagClassName
{
border-color: #C5CCB6;
}
</style>