Shades of Hopbush #C362A2
Tints of Hopbush #C362A2
RGB
CMYK
RGB Variations
Color information
#C362A2 (or 0xC362A2) is known color: Hopbush. HEX triplet: C3, 62 and A2. RGB value is (195,98,162). Sum of RGB (Red+Green+Blue) = 195+98+162=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C362A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362A2 is #3C9D5D. Grayscale: #868686. Windows color (decimal): -3972446 or 10642115. OLE color: 10642115.
HSL color Cylindrical-coordinate representation of color #C362A2: hue angle of 320.41º 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 #C362A2 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 162 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.24 |
| HSL | 320.41º | 0.45% | 0.57% | - |
| HSV(B) | 320.41º | 0.5% | 0.76% | - |
| XYZ | 33.39 | 22.95 | 36.85 | - |
| YUV | 134.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 162 | 0 | 0.50 | 0.17 | 0.24 | 320.41 | 0.45 | 0.57 |
| Hex | C3 | 62 | A2 | 0 | 32 | 11 | 18 | 140 | 2D | 39 |
| Octal | 303 | 142 | 242 | 0 | 62 | 21 | 30 | 500 | 55 | 71 |
| Binary | 11000011 | 1100010 | 10100010 | 0 | 110010 | 10001 | 11000 | 101000000 | 101101 | 111001 |
Color Harmonies of #C362A2
Complementary color
Monochromatic Colors of #C362A2
Black with #C362A2
Text Example
Text Example
White with #C362A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362A2; }
p { color: rgb(195,98,162); }
H1.HeaderClassName
{
color: #C362A2;
}
.AnyTagClassName
{
color: #C362A2;
}
</style>
background-color css
<style>
a { background-color: #C362A2; }
a { background-color: rgb(195,98,162); }
div.DivClassName
{
background-color: #C362A2;
}
.BgClassName
{
background-color: #C362A2;
}
</style>
border-color css
<style>
span { border-color: #C362A2; }
span { border-color: rgb(195,98,162); }
td.TdClassName
{
border-color: #C362A2;
}
.TagClassName
{
border-color: #C362A2;
}
</style>