Shades of Hopbush #C378A0
Tints of Hopbush #C378A0
RGB
CMYK
RGB Variations
Color information
#C378A0 (or 0xC378A0) is known color: Hopbush. HEX triplet: C3, 78 and A0. RGB value is (195,120,160). Sum of RGB (Red+Green+Blue) = 195+120+160=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C378A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C378A0 is #3C875F. Grayscale: #929292. Windows color (decimal): -3966816 or 10516675. OLE color: 10516675.
HSL color Cylindrical-coordinate representation of color #C378A0: hue angle of 328º 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 #C378A0 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 160 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.24 |
| HSL | 328º | 0.38% | 0.62% | - |
| HSV(B) | 328º | 0.38% | 0.76% | - |
| XYZ | 35.57 | 27.57 | 36.71 | - |
| YUV | 146.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 160 | 0 | 0.38 | 0.18 | 0.24 | 328 | 0.38 | 0.62 |
| Hex | C3 | 78 | A0 | 0 | 26 | 12 | 18 | 148 | 26 | 3E |
| Octal | 303 | 170 | 240 | 0 | 46 | 22 | 30 | 510 | 46 | 76 |
| Binary | 11000011 | 1111000 | 10100000 | 0 | 100110 | 10010 | 11000 | 101001000 | 100110 | 111110 |
Color Harmonies of #C378A0
Complementary color
Monochromatic Colors of #C378A0
Black with #C378A0
Text Example
Text Example
White with #C378A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378A0; }
p { color: rgb(195,120,160); }
H1.HeaderClassName
{
color: #C378A0;
}
.AnyTagClassName
{
color: #C378A0;
}
</style>
background-color css
<style>
a { background-color: #C378A0; }
a { background-color: rgb(195,120,160); }
div.DivClassName
{
background-color: #C378A0;
}
.BgClassName
{
background-color: #C378A0;
}
</style>
border-color css
<style>
span { border-color: #C378A0; }
span { border-color: rgb(195,120,160); }
td.TdClassName
{
border-color: #C378A0;
}
.TagClassName
{
border-color: #C378A0;
}
</style>