Shades of Hopbush #C064A4
Tints of Hopbush #C064A4
RGB
CMYK
RGB Variations
Color information
#C064A4 (or 0xC064A4) is known color: Hopbush. HEX triplet: C0, 64 and A4. RGB value is (192,100,164). Sum of RGB (Red+Green+Blue) = 192+100+164=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C064A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C064A4 is #3F9B5B. Grayscale: #868686. Windows color (decimal): -4168540 or 10773696. OLE color: 10773696.
HSL color Cylindrical-coordinate representation of color #C064A4: hue angle of 318.26º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C064A4 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 164 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.25 |
| HSL | 318.26º | 0.42% | 0.57% | - |
| HSV(B) | 318.26º | 0.48% | 0.75% | - |
| XYZ | 33 | 23 | 37.82 | - |
| YUV | 134.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 164 | 0 | 0.48 | 0.15 | 0.25 | 318.26 | 0.42 | 0.57 |
| Hex | C0 | 64 | A4 | 0 | 30 | F | 19 | 13E | 2A | 39 |
| Octal | 300 | 144 | 244 | 0 | 60 | 17 | 31 | 476 | 52 | 71 |
| Binary | 11000000 | 1100100 | 10100100 | 0 | 110000 | 1111 | 11001 | 100111110 | 101010 | 111001 |
Color Harmonies of #C064A4
Complementary color
Monochromatic Colors of #C064A4
Black with #C064A4
Text Example
Text Example
White with #C064A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064A4; }
p { color: rgb(192,100,164); }
H1.HeaderClassName
{
color: #C064A4;
}
.AnyTagClassName
{
color: #C064A4;
}
</style>
background-color css
<style>
a { background-color: #C064A4; }
a { background-color: rgb(192,100,164); }
div.DivClassName
{
background-color: #C064A4;
}
.BgClassName
{
background-color: #C064A4;
}
</style>
border-color css
<style>
span { border-color: #C064A4; }
span { border-color: rgb(192,100,164); }
td.TdClassName
{
border-color: #C064A4;
}
.TagClassName
{
border-color: #C064A4;
}
</style>