Shades of Hopbush #C5638B
Tints of Hopbush #C5638B
RGB
CMYK
RGB Variations
Color information
#C5638B (or 0xC5638B) is known color: Hopbush. HEX triplet: C5, 63 and 8B. RGB value is (197,99,139). Sum of RGB (Red+Green+Blue) = 197+99+139=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5638B is #3A9C74. Grayscale: #848484. Windows color (decimal): -3841141 or 9135045. OLE color: 9135045.
HSL color Cylindrical-coordinate representation of color #C5638B: hue angle of 335.51º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5638B is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 139 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.23 |
| HSL | 335.51º | 0.46% | 0.58% | - |
| HSV(B) | 335.51º | 0.5% | 0.77% | - |
| XYZ | 32.15 | 22.66 | 27.11 | - |
| YUV | 132.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 139 | 0 | 0.50 | 0.29 | 0.23 | 335.51 | 0.46 | 0.58 |
| Hex | C5 | 63 | 8B | 0 | 32 | 1D | 17 | 150 | 2E | 3A |
| Octal | 305 | 143 | 213 | 0 | 62 | 35 | 27 | 520 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10001011 | 0 | 110010 | 11101 | 10111 | 101010000 | 101110 | 111010 |
Color Harmonies of #C5638B
Complementary color
Monochromatic Colors of #C5638B
Black with #C5638B
Text Example
Text Example
White with #C5638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5638B; }
p { color: rgb(197,99,139); }
H1.HeaderClassName
{
color: #C5638B;
}
.AnyTagClassName
{
color: #C5638B;
}
</style>
background-color css
<style>
a { background-color: #C5638B; }
a { background-color: rgb(197,99,139); }
div.DivClassName
{
background-color: #C5638B;
}
.BgClassName
{
background-color: #C5638B;
}
</style>
border-color css
<style>
span { border-color: #C5638B; }
span { border-color: rgb(197,99,139); }
td.TdClassName
{
border-color: #C5638B;
}
.TagClassName
{
border-color: #C5638B;
}
</style>