Shades of Hopbush #C37DA1
Tints of Hopbush #C37DA1
RGB
CMYK
RGB Variations
Color information
#C37DA1 (or 0xC37DA1) is known color: Hopbush. HEX triplet: C3, 7D and A1. RGB value is (195,125,161). Sum of RGB (Red+Green+Blue) = 195+125+161=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37DA1 is #3C825E. Grayscale: #959595. Windows color (decimal): -3965535 or 10583491. OLE color: 10583491.
HSL color Cylindrical-coordinate representation of color #C37DA1: hue angle of 329.14º 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 #C37DA1 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 161 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.24 |
| HSL | 329.14º | 0.37% | 0.63% | - |
| HSV(B) | 329.14º | 0.36% | 0.76% | - |
| XYZ | 36.27 | 28.84 | 37.37 | - |
| YUV | 150.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 161 | 0 | 0.36 | 0.17 | 0.24 | 329.14 | 0.37 | 0.63 |
| Hex | C3 | 7D | A1 | 0 | 24 | 11 | 18 | 149 | 25 | 3F |
| Octal | 303 | 175 | 241 | 0 | 44 | 21 | 30 | 511 | 45 | 77 |
| Binary | 11000011 | 1111101 | 10100001 | 0 | 100100 | 10001 | 11000 | 101001001 | 100101 | 111111 |
Color Harmonies of #C37DA1
Complementary color
Monochromatic Colors of #C37DA1
Black with #C37DA1
Text Example
Text Example
White with #C37DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DA1; }
p { color: rgb(195,125,161); }
H1.HeaderClassName
{
color: #C37DA1;
}
.AnyTagClassName
{
color: #C37DA1;
}
</style>
background-color css
<style>
a { background-color: #C37DA1; }
a { background-color: rgb(195,125,161); }
div.DivClassName
{
background-color: #C37DA1;
}
.BgClassName
{
background-color: #C37DA1;
}
</style>
border-color css
<style>
span { border-color: #C37DA1; }
span { border-color: rgb(195,125,161); }
td.TdClassName
{
border-color: #C37DA1;
}
.TagClassName
{
border-color: #C37DA1;
}
</style>