Shades of Hopbush #C37CA1
Tints of Hopbush #C37CA1
RGB
CMYK
RGB Variations
Color information
#C37CA1 (or 0xC37CA1) is known color: Hopbush. HEX triplet: C3, 7C and A1. RGB value is (195,124,161). Sum of RGB (Red+Green+Blue) = 195+124+161=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37CA1 is #3C835E. Grayscale: #959595. Windows color (decimal): -3965791 or 10583235. OLE color: 10583235.
HSL color Cylindrical-coordinate representation of color #C37CA1: hue angle of 328.73º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37CA1 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 161 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.24 |
| HSL | 328.73º | 0.37% | 0.63% | - |
| HSV(B) | 328.73º | 0.36% | 0.76% | - |
| XYZ | 36.15 | 28.59 | 37.33 | - |
| YUV | 149.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 161 | 0 | 0.36 | 0.17 | 0.24 | 328.73 | 0.37 | 0.63 |
| Hex | C3 | 7C | A1 | 0 | 24 | 11 | 18 | 149 | 25 | 3F |
| Octal | 303 | 174 | 241 | 0 | 44 | 21 | 30 | 511 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10100001 | 0 | 100100 | 10001 | 11000 | 101001001 | 100101 | 111111 |
Color Harmonies of #C37CA1
Complementary color
Monochromatic Colors of #C37CA1
Black with #C37CA1
Text Example
Text Example
White with #C37CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CA1; }
p { color: rgb(195,124,161); }
H1.HeaderClassName
{
color: #C37CA1;
}
.AnyTagClassName
{
color: #C37CA1;
}
</style>
background-color css
<style>
a { background-color: #C37CA1; }
a { background-color: rgb(195,124,161); }
div.DivClassName
{
background-color: #C37CA1;
}
.BgClassName
{
background-color: #C37CA1;
}
</style>
border-color css
<style>
span { border-color: #C37CA1; }
span { border-color: rgb(195,124,161); }
td.TdClassName
{
border-color: #C37CA1;
}
.TagClassName
{
border-color: #C37CA1;
}
</style>