Shades of Hopbush #C264A6
Tints of Hopbush #C264A6
RGB
CMYK
RGB Variations
Color information
#C264A6 (or 0xC264A6) is known color: Hopbush. HEX triplet: C2, 64 and A6. RGB value is (194,100,166). Sum of RGB (Red+Green+Blue) = 194+100+166=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C264A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264A6 is #3D9B59. Grayscale: #878787. Windows color (decimal): -4037466 or 10904770. OLE color: 10904770.
HSL color Cylindrical-coordinate representation of color #C264A6: hue angle of 317.87º 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 #C264A6 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 166 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.24 |
| HSL | 317.87º | 0.44% | 0.58% | - |
| HSV(B) | 317.87º | 0.48% | 0.76% | - |
| XYZ | 33.69 | 23.34 | 38.81 | - |
| YUV | 135.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 166 | 0 | 0.48 | 0.14 | 0.24 | 317.87 | 0.44 | 0.58 |
| Hex | C2 | 64 | A6 | 0 | 30 | E | 18 | 13E | 2C | 3A |
| Octal | 302 | 144 | 246 | 0 | 60 | 16 | 30 | 476 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10100110 | 0 | 110000 | 1110 | 11000 | 100111110 | 101100 | 111010 |
Color Harmonies of #C264A6
Complementary color
Monochromatic Colors of #C264A6
Black with #C264A6
Text Example
Text Example
White with #C264A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264A6; }
p { color: rgb(194,100,166); }
H1.HeaderClassName
{
color: #C264A6;
}
.AnyTagClassName
{
color: #C264A6;
}
</style>
background-color css
<style>
a { background-color: #C264A6; }
a { background-color: rgb(194,100,166); }
div.DivClassName
{
background-color: #C264A6;
}
.BgClassName
{
background-color: #C264A6;
}
</style>
border-color css
<style>
span { border-color: #C264A6; }
span { border-color: rgb(194,100,166); }
td.TdClassName
{
border-color: #C264A6;
}
.TagClassName
{
border-color: #C264A6;
}
</style>