Shades of Hopbush #C37CA4
Tints of Hopbush #C37CA4
RGB
CMYK
RGB Variations
Color information
#C37CA4 (or 0xC37CA4) is known color: Hopbush. HEX triplet: C3, 7C and A4. RGB value is (195,124,164). Sum of RGB (Red+Green+Blue) = 195+124+164=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37CA4 is #3C835B. Grayscale: #959595. Windows color (decimal): -3965788 or 10779843. OLE color: 10779843.
HSL color Cylindrical-coordinate representation of color #C37CA4: hue angle of 326.2º 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 #C37CA4 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 164 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.24 |
| HSL | 326.2º | 0.37% | 0.63% | - |
| HSV(B) | 326.2º | 0.36% | 0.76% | - |
| XYZ | 36.41 | 28.7 | 38.74 | - |
| YUV | 149.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 164 | 0 | 0.36 | 0.16 | 0.24 | 326.2 | 0.37 | 0.63 |
| Hex | C3 | 7C | A4 | 0 | 24 | 10 | 18 | 146 | 25 | 3F |
| Octal | 303 | 174 | 244 | 0 | 44 | 20 | 30 | 506 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10100100 | 0 | 100100 | 10000 | 11000 | 101000110 | 100101 | 111111 |
Color Harmonies of #C37CA4
Complementary color
Monochromatic Colors of #C37CA4
Black with #C37CA4
Text Example
Text Example
White with #C37CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CA4; }
p { color: rgb(195,124,164); }
H1.HeaderClassName
{
color: #C37CA4;
}
.AnyTagClassName
{
color: #C37CA4;
}
</style>
background-color css
<style>
a { background-color: #C37CA4; }
a { background-color: rgb(195,124,164); }
div.DivClassName
{
background-color: #C37CA4;
}
.BgClassName
{
background-color: #C37CA4;
}
</style>
border-color css
<style>
span { border-color: #C37CA4; }
span { border-color: rgb(195,124,164); }
td.TdClassName
{
border-color: #C37CA4;
}
.TagClassName
{
border-color: #C37CA4;
}
</style>