Shades of Hopbush #C5648C
Tints of Hopbush #C5648C
RGB
CMYK
RGB Variations
Color information
#C5648C (or 0xC5648C) is known color: Hopbush. HEX triplet: C5, 64 and 8C. RGB value is (197,100,140). Sum of RGB (Red+Green+Blue) = 197+100+140=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5648C is #3A9B73. Grayscale: #858585. Windows color (decimal): -3840884 or 9200837. OLE color: 9200837.
HSL color Cylindrical-coordinate representation of color #C5648C: hue angle of 335.26º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5648C is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 140 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.23 |
| HSL | 335.26º | 0.46% | 0.58% | - |
| HSV(B) | 335.26º | 0.49% | 0.77% | - |
| XYZ | 32.32 | 22.88 | 27.52 | - |
| YUV | 133.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 140 | 0 | 0.49 | 0.29 | 0.23 | 335.26 | 0.46 | 0.58 |
| Hex | C5 | 64 | 8C | 0 | 31 | 1D | 17 | 14F | 2E | 3A |
| Octal | 305 | 144 | 214 | 0 | 61 | 35 | 27 | 517 | 56 | 72 |
| Binary | 11000101 | 1100100 | 10001100 | 0 | 110001 | 11101 | 10111 | 101001111 | 101110 | 111010 |
Color Harmonies of #C5648C
Complementary color
Monochromatic Colors of #C5648C
Black with #C5648C
Text Example
Text Example
White with #C5648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5648C; }
p { color: rgb(197,100,140); }
H1.HeaderClassName
{
color: #C5648C;
}
.AnyTagClassName
{
color: #C5648C;
}
</style>
background-color css
<style>
a { background-color: #C5648C; }
a { background-color: rgb(197,100,140); }
div.DivClassName
{
background-color: #C5648C;
}
.BgClassName
{
background-color: #C5648C;
}
</style>
border-color css
<style>
span { border-color: #C5648C; }
span { border-color: rgb(197,100,140); }
td.TdClassName
{
border-color: #C5648C;
}
.TagClassName
{
border-color: #C5648C;
}
</style>