Shades of Hopbush #C360A3
Tints of Hopbush #C360A3
RGB
CMYK
RGB Variations
Color information
#C360A3 (or 0xC360A3) is known color: Hopbush. HEX triplet: C3, 60 and A3. RGB value is (195,96,163). Sum of RGB (Red+Green+Blue) = 195+96+163=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C360A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C360A3 is #3C9F5C. Grayscale: #858585. Windows color (decimal): -3972957 or 10707139. OLE color: 10707139.
HSL color Cylindrical-coordinate representation of color #C360A3: hue angle of 319.39º 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 #C360A3 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 163 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.24 |
| HSL | 319.39º | 0.45% | 0.57% | - |
| HSV(B) | 319.39º | 0.51% | 0.76% | - |
| XYZ | 33.3 | 22.61 | 37.26 | - |
| YUV | 133.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 163 | 0 | 0.51 | 0.16 | 0.24 | 319.39 | 0.45 | 0.57 |
| Hex | C3 | 60 | A3 | 0 | 33 | 10 | 18 | 13F | 2D | 39 |
| Octal | 303 | 140 | 243 | 0 | 63 | 20 | 30 | 477 | 55 | 71 |
| Binary | 11000011 | 1100000 | 10100011 | 0 | 110011 | 10000 | 11000 | 100111111 | 101101 | 111001 |
Color Harmonies of #C360A3
Complementary color
Monochromatic Colors of #C360A3
Black with #C360A3
Text Example
Text Example
White with #C360A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360A3; }
p { color: rgb(195,96,163); }
H1.HeaderClassName
{
color: #C360A3;
}
.AnyTagClassName
{
color: #C360A3;
}
</style>
background-color css
<style>
a { background-color: #C360A3; }
a { background-color: rgb(195,96,163); }
div.DivClassName
{
background-color: #C360A3;
}
.BgClassName
{
background-color: #C360A3;
}
</style>
border-color css
<style>
span { border-color: #C360A3; }
span { border-color: rgb(195,96,163); }
td.TdClassName
{
border-color: #C360A3;
}
.TagClassName
{
border-color: #C360A3;
}
</style>