Shades of Hopbush #C1649A
Tints of Hopbush #C1649A
RGB
CMYK
RGB Variations
Color information
#C1649A (or 0xC1649A) is known color: Hopbush. HEX triplet: C1, 64 and 9A. RGB value is (193,100,154). Sum of RGB (Red+Green+Blue) = 193+100+154=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1649A is #3E9B65. Grayscale: #858585. Windows color (decimal): -4103014 or 10118337. OLE color: 10118337.
HSL color Cylindrical-coordinate representation of color #C1649A: hue angle of 325.16º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1649A is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 154 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.24 |
| HSL | 325.16º | 0.43% | 0.57% | - |
| HSV(B) | 325.16º | 0.48% | 0.76% | - |
| XYZ | 32.38 | 22.78 | 33.26 | - |
| YUV | 133.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 154 | 0 | 0.48 | 0.20 | 0.24 | 325.16 | 0.43 | 0.57 |
| Hex | C1 | 64 | 9A | 0 | 30 | 14 | 18 | 145 | 2B | 39 |
| Octal | 301 | 144 | 232 | 0 | 60 | 24 | 30 | 505 | 53 | 71 |
| Binary | 11000001 | 1100100 | 10011010 | 0 | 110000 | 10100 | 11000 | 101000101 | 101011 | 111001 |
Color Harmonies of #C1649A
Complementary color
Monochromatic Colors of #C1649A
Black with #C1649A
Text Example
Text Example
White with #C1649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1649A; }
p { color: rgb(193,100,154); }
H1.HeaderClassName
{
color: #C1649A;
}
.AnyTagClassName
{
color: #C1649A;
}
</style>
background-color css
<style>
a { background-color: #C1649A; }
a { background-color: rgb(193,100,154); }
div.DivClassName
{
background-color: #C1649A;
}
.BgClassName
{
background-color: #C1649A;
}
</style>
border-color css
<style>
span { border-color: #C1649A; }
span { border-color: rgb(193,100,154); }
td.TdClassName
{
border-color: #C1649A;
}
.TagClassName
{
border-color: #C1649A;
}
</style>