Shades of Hopbush #C27DA2
Tints of Hopbush #C27DA2
RGB
CMYK
RGB Variations
Color information
#C27DA2 (or 0xC27DA2) is known color: Hopbush. HEX triplet: C2, 7D and A2. RGB value is (194,125,162). Sum of RGB (Red+Green+Blue) = 194+125+162=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DA2 is #3D825D. Grayscale: #959595. Windows color (decimal): -4031070 or 10649026. OLE color: 10649026.
HSL color Cylindrical-coordinate representation of color #C27DA2: hue angle of 327.83º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DA2 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 162 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.24 |
| HSL | 327.83º | 0.36% | 0.63% | - |
| HSV(B) | 327.83º | 0.36% | 0.76% | - |
| XYZ | 36.1 | 28.75 | 37.83 | - |
| YUV | 149.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 162 | 0 | 0.36 | 0.16 | 0.24 | 327.83 | 0.36 | 0.63 |
| Hex | C2 | 7D | A2 | 0 | 24 | 10 | 18 | 148 | 24 | 3F |
| Octal | 302 | 175 | 242 | 0 | 44 | 20 | 30 | 510 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10100010 | 0 | 100100 | 10000 | 11000 | 101001000 | 100100 | 111111 |
Color Harmonies of #C27DA2
Complementary color
Monochromatic Colors of #C27DA2
Black with #C27DA2
Text Example
Text Example
White with #C27DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DA2; }
p { color: rgb(194,125,162); }
H1.HeaderClassName
{
color: #C27DA2;
}
.AnyTagClassName
{
color: #C27DA2;
}
</style>
background-color css
<style>
a { background-color: #C27DA2; }
a { background-color: rgb(194,125,162); }
div.DivClassName
{
background-color: #C27DA2;
}
.BgClassName
{
background-color: #C27DA2;
}
</style>
border-color css
<style>
span { border-color: #C27DA2; }
span { border-color: rgb(194,125,162); }
td.TdClassName
{
border-color: #C27DA2;
}
.TagClassName
{
border-color: #C27DA2;
}
</style>