Shades of Hopbush #C2649F
Tints of Hopbush #C2649F
RGB
CMYK
RGB Variations
Color information
#C2649F (or 0xC2649F) is known color: Hopbush. HEX triplet: C2, 64 and 9F. RGB value is (194,100,159). Sum of RGB (Red+Green+Blue) = 194+100+159=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2649F is #3D9B60. Grayscale: #868686. Windows color (decimal): -4037473 or 10446018. OLE color: 10446018.
HSL color Cylindrical-coordinate representation of color #C2649F: hue angle of 322.34º 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 #C2649F is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 159 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.24 |
| HSL | 322.34º | 0.44% | 0.58% | - |
| HSV(B) | 322.34º | 0.48% | 0.76% | - |
| XYZ | 33.06 | 23.09 | 35.51 | - |
| YUV | 134.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 159 | 0 | 0.48 | 0.18 | 0.24 | 322.34 | 0.44 | 0.58 |
| Hex | C2 | 64 | 9F | 0 | 30 | 12 | 18 | 142 | 2C | 3A |
| Octal | 302 | 144 | 237 | 0 | 60 | 22 | 30 | 502 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10011111 | 0 | 110000 | 10010 | 11000 | 101000010 | 101100 | 111010 |
Color Harmonies of #C2649F
Complementary color
Monochromatic Colors of #C2649F
Black with #C2649F
Text Example
Text Example
White with #C2649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2649F; }
p { color: rgb(194,100,159); }
H1.HeaderClassName
{
color: #C2649F;
}
.AnyTagClassName
{
color: #C2649F;
}
</style>
background-color css
<style>
a { background-color: #C2649F; }
a { background-color: rgb(194,100,159); }
div.DivClassName
{
background-color: #C2649F;
}
.BgClassName
{
background-color: #C2649F;
}
</style>
border-color css
<style>
span { border-color: #C2649F; }
span { border-color: rgb(194,100,159); }
td.TdClassName
{
border-color: #C2649F;
}
.TagClassName
{
border-color: #C2649F;
}
</style>