Shades of Hopbush #C360A1
Tints of Hopbush #C360A1
RGB
CMYK
RGB Variations
Color information
#C360A1 (or 0xC360A1) is known color: Hopbush. HEX triplet: C3, 60 and A1. RGB value is (195,96,161). Sum of RGB (Red+Green+Blue) = 195+96+161=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C360A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C360A1 is #3C9F5E. Grayscale: #848484. Windows color (decimal): -3972959 or 10576067. OLE color: 10576067.
HSL color Cylindrical-coordinate representation of color #C360A1: hue angle of 320.61º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C360A1 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 161 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.24 |
| HSL | 320.61º | 0.45% | 0.57% | - |
| HSV(B) | 320.61º | 0.51% | 0.76% | - |
| XYZ | 33.12 | 22.54 | 36.32 | - |
| YUV | 133.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 161 | 0 | 0.51 | 0.17 | 0.24 | 320.61 | 0.45 | 0.57 |
| Hex | C3 | 60 | A1 | 0 | 33 | 11 | 18 | 141 | 2D | 39 |
| Octal | 303 | 140 | 241 | 0 | 63 | 21 | 30 | 501 | 55 | 71 |
| Binary | 11000011 | 1100000 | 10100001 | 0 | 110011 | 10001 | 11000 | 101000001 | 101101 | 111001 |
Color Harmonies of #C360A1
Complementary color
Monochromatic Colors of #C360A1
Black with #C360A1
Text Example
Text Example
White with #C360A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360A1; }
p { color: rgb(195,96,161); }
H1.HeaderClassName
{
color: #C360A1;
}
.AnyTagClassName
{
color: #C360A1;
}
</style>
background-color css
<style>
a { background-color: #C360A1; }
a { background-color: rgb(195,96,161); }
div.DivClassName
{
background-color: #C360A1;
}
.BgClassName
{
background-color: #C360A1;
}
</style>
border-color css
<style>
span { border-color: #C360A1; }
span { border-color: rgb(195,96,161); }
td.TdClassName
{
border-color: #C360A1;
}
.TagClassName
{
border-color: #C360A1;
}
</style>