Shades of Hopbush #C272A6
Tints of Hopbush #C272A6
RGB
CMYK
RGB Variations
Color information
#C272A6 (or 0xC272A6) is known color: Hopbush. HEX triplet: C2, 72 and A6. RGB value is (194,114,166). Sum of RGB (Red+Green+Blue) = 194+114+166=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C272A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C272A6 is #3D8D59. Grayscale: #8F8F8F. Windows color (decimal): -4033882 or 10908354. OLE color: 10908354.
HSL color Cylindrical-coordinate representation of color #C272A6: hue angle of 321º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C272A6 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 166 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.24 |
| HSL | 321º | 0.4% | 0.6% | - |
| HSV(B) | 321º | 0.41% | 0.76% | - |
| XYZ | 35.15 | 26.26 | 39.29 | - |
| YUV | 143.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 166 | 0 | 0.41 | 0.14 | 0.24 | 321 | 0.4 | 0.6 |
| Hex | C2 | 72 | A6 | 0 | 29 | E | 18 | 141 | 28 | 3C |
| Octal | 302 | 162 | 246 | 0 | 51 | 16 | 30 | 501 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10100110 | 0 | 101001 | 1110 | 11000 | 101000001 | 101000 | 111100 |
Color Harmonies of #C272A6
Complementary color
Monochromatic Colors of #C272A6
Black with #C272A6
Text Example
Text Example
White with #C272A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272A6; }
p { color: rgb(194,114,166); }
H1.HeaderClassName
{
color: #C272A6;
}
.AnyTagClassName
{
color: #C272A6;
}
</style>
background-color css
<style>
a { background-color: #C272A6; }
a { background-color: rgb(194,114,166); }
div.DivClassName
{
background-color: #C272A6;
}
.BgClassName
{
background-color: #C272A6;
}
</style>
border-color css
<style>
span { border-color: #C272A6; }
span { border-color: rgb(194,114,166); }
td.TdClassName
{
border-color: #C272A6;
}
.TagClassName
{
border-color: #C272A6;
}
</style>