Shades of Hopbush #C379A2
Tints of Hopbush #C379A2
RGB
CMYK
RGB Variations
Color information
#C379A2 (or 0xC379A2) is known color: Hopbush. HEX triplet: C3, 79 and A2. RGB value is (195,121,162). Sum of RGB (Red+Green+Blue) = 195+121+162=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C379A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C379A2 is #3C865D. Grayscale: #939393. Windows color (decimal): -3966558 or 10648003. OLE color: 10648003.
HSL color Cylindrical-coordinate representation of color #C379A2: hue angle of 326.76º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C379A2 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 162 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.24 |
| HSL | 326.76º | 0.38% | 0.62% | - |
| HSV(B) | 326.76º | 0.38% | 0.76% | - |
| XYZ | 35.86 | 27.89 | 37.67 | - |
| YUV | 147.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 162 | 0 | 0.38 | 0.17 | 0.24 | 326.76 | 0.38 | 0.62 |
| Hex | C3 | 79 | A2 | 0 | 26 | 11 | 18 | 147 | 26 | 3E |
| Octal | 303 | 171 | 242 | 0 | 46 | 21 | 30 | 507 | 46 | 76 |
| Binary | 11000011 | 1111001 | 10100010 | 0 | 100110 | 10001 | 11000 | 101000111 | 100110 | 111110 |
Color Harmonies of #C379A2
Complementary color
Monochromatic Colors of #C379A2
Black with #C379A2
Text Example
Text Example
White with #C379A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379A2; }
p { color: rgb(195,121,162); }
H1.HeaderClassName
{
color: #C379A2;
}
.AnyTagClassName
{
color: #C379A2;
}
</style>
background-color css
<style>
a { background-color: #C379A2; }
a { background-color: rgb(195,121,162); }
div.DivClassName
{
background-color: #C379A2;
}
.BgClassName
{
background-color: #C379A2;
}
</style>
border-color css
<style>
span { border-color: #C379A2; }
span { border-color: rgb(195,121,162); }
td.TdClassName
{
border-color: #C379A2;
}
.TagClassName
{
border-color: #C379A2;
}
</style>