Shades of Hopbush #C37CA0
Tints of Hopbush #C37CA0
RGB
CMYK
RGB Variations
Color information
#C37CA0 (or 0xC37CA0) is known color: Hopbush. HEX triplet: C3, 7C and A0. RGB value is (195,124,160). Sum of RGB (Red+Green+Blue) = 195+124+160=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37CA0 is #3C835F. Grayscale: #959595. Windows color (decimal): -3965792 or 10517699. OLE color: 10517699.
HSL color Cylindrical-coordinate representation of color #C37CA0: hue angle of 329.58º 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 #C37CA0 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 160 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.24 |
| HSL | 329.58º | 0.37% | 0.63% | - |
| HSV(B) | 329.58º | 0.36% | 0.76% | - |
| XYZ | 36.06 | 28.56 | 36.87 | - |
| YUV | 149.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 160 | 0 | 0.36 | 0.18 | 0.24 | 329.58 | 0.37 | 0.63 |
| Hex | C3 | 7C | A0 | 0 | 24 | 12 | 18 | 14A | 25 | 3F |
| Octal | 303 | 174 | 240 | 0 | 44 | 22 | 30 | 512 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10100000 | 0 | 100100 | 10010 | 11000 | 101001010 | 100101 | 111111 |
Color Harmonies of #C37CA0
Complementary color
Monochromatic Colors of #C37CA0
Black with #C37CA0
Text Example
Text Example
White with #C37CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CA0; }
p { color: rgb(195,124,160); }
H1.HeaderClassName
{
color: #C37CA0;
}
.AnyTagClassName
{
color: #C37CA0;
}
</style>
background-color css
<style>
a { background-color: #C37CA0; }
a { background-color: rgb(195,124,160); }
div.DivClassName
{
background-color: #C37CA0;
}
.BgClassName
{
background-color: #C37CA0;
}
</style>
border-color css
<style>
span { border-color: #C37CA0; }
span { border-color: rgb(195,124,160); }
td.TdClassName
{
border-color: #C37CA0;
}
.TagClassName
{
border-color: #C37CA0;
}
</style>