Shades of Hopbush #C27AA2
Tints of Hopbush #C27AA2
RGB
CMYK
RGB Variations
Color information
#C27AA2 (or 0xC27AA2) is known color: Hopbush. HEX triplet: C2, 7A and A2. RGB value is (194,122,162). Sum of RGB (Red+Green+Blue) = 194+122+162=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27AA2 is #3D855D. Grayscale: #939393. Windows color (decimal): -4031838 or 10648258. OLE color: 10648258.
HSL color Cylindrical-coordinate representation of color #C27AA2: hue angle of 326.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27AA2 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 162 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.24 |
| HSL | 326.67º | 0.37% | 0.62% | - |
| HSV(B) | 326.67º | 0.37% | 0.76% | - |
| XYZ | 35.73 | 28 | 37.7 | - |
| YUV | 148.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 162 | 0 | 0.37 | 0.16 | 0.24 | 326.67 | 0.37 | 0.62 |
| Hex | C2 | 7A | A2 | 0 | 25 | 10 | 18 | 147 | 25 | 3E |
| Octal | 302 | 172 | 242 | 0 | 45 | 20 | 30 | 507 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10100010 | 0 | 100101 | 10000 | 11000 | 101000111 | 100101 | 111110 |
Color Harmonies of #C27AA2
Complementary color
Monochromatic Colors of #C27AA2
Black with #C27AA2
Text Example
Text Example
White with #C27AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AA2; }
p { color: rgb(194,122,162); }
H1.HeaderClassName
{
color: #C27AA2;
}
.AnyTagClassName
{
color: #C27AA2;
}
</style>
background-color css
<style>
a { background-color: #C27AA2; }
a { background-color: rgb(194,122,162); }
div.DivClassName
{
background-color: #C27AA2;
}
.BgClassName
{
background-color: #C27AA2;
}
</style>
border-color css
<style>
span { border-color: #C27AA2; }
span { border-color: rgb(194,122,162); }
td.TdClassName
{
border-color: #C27AA2;
}
.TagClassName
{
border-color: #C27AA2;
}
</style>