Shades of Hopbush #C377A1
Tints of Hopbush #C377A1
RGB
CMYK
RGB Variations
Color information
#C377A1 (or 0xC377A1) is known color: Hopbush. HEX triplet: C3, 77 and A1. RGB value is (195,119,161). Sum of RGB (Red+Green+Blue) = 195+119+161=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C377A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C377A1 is #3C885E. Grayscale: #929292. Windows color (decimal): -3967071 or 10581955. OLE color: 10581955.
HSL color Cylindrical-coordinate representation of color #C377A1: hue angle of 326.84º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C377A1 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 161 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.24 |
| HSL | 326.84º | 0.39% | 0.62% | - |
| HSV(B) | 326.84º | 0.39% | 0.76% | - |
| XYZ | 35.54 | 27.37 | 37.13 | - |
| YUV | 146.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 161 | 0 | 0.39 | 0.17 | 0.24 | 326.84 | 0.39 | 0.62 |
| Hex | C3 | 77 | A1 | 0 | 27 | 11 | 18 | 147 | 27 | 3E |
| Octal | 303 | 167 | 241 | 0 | 47 | 21 | 30 | 507 | 47 | 76 |
| Binary | 11000011 | 1110111 | 10100001 | 0 | 100111 | 10001 | 11000 | 101000111 | 100111 | 111110 |
Color Harmonies of #C377A1
Complementary color
Monochromatic Colors of #C377A1
Black with #C377A1
Text Example
Text Example
White with #C377A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377A1; }
p { color: rgb(195,119,161); }
H1.HeaderClassName
{
color: #C377A1;
}
.AnyTagClassName
{
color: #C377A1;
}
</style>
background-color css
<style>
a { background-color: #C377A1; }
a { background-color: rgb(195,119,161); }
div.DivClassName
{
background-color: #C377A1;
}
.BgClassName
{
background-color: #C377A1;
}
</style>
border-color css
<style>
span { border-color: #C377A1; }
span { border-color: rgb(195,119,161); }
td.TdClassName
{
border-color: #C377A1;
}
.TagClassName
{
border-color: #C377A1;
}
</style>