Shades of Hopbush #C264A0
Tints of Hopbush #C264A0
RGB
CMYK
RGB Variations
Color information
#C264A0 (or 0xC264A0) is known color: Hopbush. HEX triplet: C2, 64 and A0. RGB value is (194,100,160). Sum of RGB (Red+Green+Blue) = 194+100+160=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C264A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264A0 is #3D9B5F. Grayscale: #868686. Windows color (decimal): -4037472 or 10511554. OLE color: 10511554.
HSL color Cylindrical-coordinate representation of color #C264A0: hue angle of 321.7º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C264A0 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 160 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.24 |
| HSL | 321.7º | 0.44% | 0.58% | - |
| HSV(B) | 321.7º | 0.48% | 0.76% | - |
| XYZ | 33.15 | 23.12 | 35.97 | - |
| YUV | 134.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 160 | 0 | 0.48 | 0.18 | 0.24 | 321.7 | 0.44 | 0.58 |
| Hex | C2 | 64 | A0 | 0 | 30 | 12 | 18 | 142 | 2C | 3A |
| Octal | 302 | 144 | 240 | 0 | 60 | 22 | 30 | 502 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10100000 | 0 | 110000 | 10010 | 11000 | 101000010 | 101100 | 111010 |
Color Harmonies of #C264A0
Complementary color
Monochromatic Colors of #C264A0
Black with #C264A0
Text Example
Text Example
White with #C264A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264A0; }
p { color: rgb(194,100,160); }
H1.HeaderClassName
{
color: #C264A0;
}
.AnyTagClassName
{
color: #C264A0;
}
</style>
background-color css
<style>
a { background-color: #C264A0; }
a { background-color: rgb(194,100,160); }
div.DivClassName
{
background-color: #C264A0;
}
.BgClassName
{
background-color: #C264A0;
}
</style>
border-color css
<style>
span { border-color: #C264A0; }
span { border-color: rgb(194,100,160); }
td.TdClassName
{
border-color: #C264A0;
}
.TagClassName
{
border-color: #C264A0;
}
</style>