Shades of Hopbush #C264A3
Tints of Hopbush #C264A3
RGB
CMYK
RGB Variations
Color information
#C264A3 (or 0xC264A3) is known color: Hopbush. HEX triplet: C2, 64 and A3. RGB value is (194,100,163). Sum of RGB (Red+Green+Blue) = 194+100+163=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C264A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264A3 is #3D9B5C. Grayscale: #878787. Windows color (decimal): -4037469 or 10708162. OLE color: 10708162.
HSL color Cylindrical-coordinate representation of color #C264A3: hue angle of 319.79º 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 #C264A3 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 163 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.24 |
| HSL | 319.79º | 0.44% | 0.58% | - |
| HSV(B) | 319.79º | 0.48% | 0.76% | - |
| XYZ | 33.42 | 23.23 | 37.37 | - |
| YUV | 135.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 163 | 0 | 0.48 | 0.16 | 0.24 | 319.79 | 0.44 | 0.58 |
| Hex | C2 | 64 | A3 | 0 | 30 | 10 | 18 | 140 | 2C | 3A |
| Octal | 302 | 144 | 243 | 0 | 60 | 20 | 30 | 500 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10100011 | 0 | 110000 | 10000 | 11000 | 101000000 | 101100 | 111010 |
Color Harmonies of #C264A3
Complementary color
Monochromatic Colors of #C264A3
Black with #C264A3
Text Example
Text Example
White with #C264A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264A3; }
p { color: rgb(194,100,163); }
H1.HeaderClassName
{
color: #C264A3;
}
.AnyTagClassName
{
color: #C264A3;
}
</style>
background-color css
<style>
a { background-color: #C264A3; }
a { background-color: rgb(194,100,163); }
div.DivClassName
{
background-color: #C264A3;
}
.BgClassName
{
background-color: #C264A3;
}
</style>
border-color css
<style>
span { border-color: #C264A3; }
span { border-color: rgb(194,100,163); }
td.TdClassName
{
border-color: #C264A3;
}
.TagClassName
{
border-color: #C264A3;
}
</style>