Shades of Hopbush #C362A3
Tints of Hopbush #C362A3
RGB
CMYK
RGB Variations
Color information
#C362A3 (or 0xC362A3) is known color: Hopbush. HEX triplet: C3, 62 and A3. RGB value is (195,98,163). Sum of RGB (Red+Green+Blue) = 195+98+163=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C362A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362A3 is #3C9D5C. Grayscale: #868686. Windows color (decimal): -3972445 or 10707651. OLE color: 10707651.
HSL color Cylindrical-coordinate representation of color #C362A3: hue angle of 319.79º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C362A3 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 163 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.24 |
| HSL | 319.79º | 0.45% | 0.57% | - |
| HSV(B) | 319.79º | 0.5% | 0.76% | - |
| XYZ | 33.48 | 22.98 | 37.32 | - |
| YUV | 134.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 163 | 0 | 0.50 | 0.16 | 0.24 | 319.79 | 0.45 | 0.57 |
| Hex | C3 | 62 | A3 | 0 | 32 | 10 | 18 | 140 | 2D | 39 |
| Octal | 303 | 142 | 243 | 0 | 62 | 20 | 30 | 500 | 55 | 71 |
| Binary | 11000011 | 1100010 | 10100011 | 0 | 110010 | 10000 | 11000 | 101000000 | 101101 | 111001 |
Color Harmonies of #C362A3
Complementary color
Monochromatic Colors of #C362A3
Black with #C362A3
Text Example
Text Example
White with #C362A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362A3; }
p { color: rgb(195,98,163); }
H1.HeaderClassName
{
color: #C362A3;
}
.AnyTagClassName
{
color: #C362A3;
}
</style>
background-color css
<style>
a { background-color: #C362A3; }
a { background-color: rgb(195,98,163); }
div.DivClassName
{
background-color: #C362A3;
}
.BgClassName
{
background-color: #C362A3;
}
</style>
border-color css
<style>
span { border-color: #C362A3; }
span { border-color: rgb(195,98,163); }
td.TdClassName
{
border-color: #C362A3;
}
.TagClassName
{
border-color: #C362A3;
}
</style>