Shades of Hopbush #C5648A
Tints of Hopbush #C5648A
RGB
CMYK
RGB Variations
Color information
#C5648A (or 0xC5648A) is known color: Hopbush. HEX triplet: C5, 64 and 8A. RGB value is (197,100,138). Sum of RGB (Red+Green+Blue) = 197+100+138=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5648A is #3A9B75. Grayscale: #858585. Windows color (decimal): -3840886 or 9069765. OLE color: 9069765.
HSL color Cylindrical-coordinate representation of color #C5648A: hue angle of 336.49º 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 #C5648A is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 138 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.23 |
| HSL | 336.49º | 0.46% | 0.58% | - |
| HSV(B) | 336.49º | 0.49% | 0.77% | - |
| XYZ | 32.17 | 22.82 | 26.75 | - |
| YUV | 133.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 138 | 0 | 0.49 | 0.30 | 0.23 | 336.49 | 0.46 | 0.58 |
| Hex | C5 | 64 | 8A | 0 | 31 | 1E | 17 | 150 | 2E | 3A |
| Octal | 305 | 144 | 212 | 0 | 61 | 36 | 27 | 520 | 56 | 72 |
| Binary | 11000101 | 1100100 | 10001010 | 0 | 110001 | 11110 | 10111 | 101010000 | 101110 | 111010 |
Color Harmonies of #C5648A
Complementary color
Monochromatic Colors of #C5648A
Black with #C5648A
Text Example
Text Example
White with #C5648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5648A; }
p { color: rgb(197,100,138); }
H1.HeaderClassName
{
color: #C5648A;
}
.AnyTagClassName
{
color: #C5648A;
}
</style>
background-color css
<style>
a { background-color: #C5648A; }
a { background-color: rgb(197,100,138); }
div.DivClassName
{
background-color: #C5648A;
}
.BgClassName
{
background-color: #C5648A;
}
</style>
border-color css
<style>
span { border-color: #C5648A; }
span { border-color: rgb(197,100,138); }
td.TdClassName
{
border-color: #C5648A;
}
.TagClassName
{
border-color: #C5648A;
}
</style>