Shades of Hopbush #C2649B
Tints of Hopbush #C2649B
RGB
CMYK
RGB Variations
Color information
#C2649B (or 0xC2649B) is known color: Hopbush. HEX triplet: C2, 64 and 9B. RGB value is (194,100,155). Sum of RGB (Red+Green+Blue) = 194+100+155=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2649B is #3D9B64. Grayscale: #868686. Windows color (decimal): -4037477 or 10183874. OLE color: 10183874.
HSL color Cylindrical-coordinate representation of color #C2649B: hue angle of 324.89º 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 #C2649B is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 155 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.24 |
| HSL | 324.89º | 0.44% | 0.58% | - |
| HSV(B) | 324.89º | 0.48% | 0.76% | - |
| XYZ | 32.72 | 22.95 | 33.72 | - |
| YUV | 134.38 | 139.64 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 155 | 0 | 0.48 | 0.20 | 0.24 | 324.89 | 0.44 | 0.58 |
| Hex | C2 | 64 | 9B | 0 | 30 | 14 | 18 | 145 | 2C | 3A |
| Octal | 302 | 144 | 233 | 0 | 60 | 24 | 30 | 505 | 54 | 72 |
| Binary | 11000010 | 1100100 | 10011011 | 0 | 110000 | 10100 | 11000 | 101000101 | 101100 | 111010 |
Color Harmonies of #C2649B
Complementary color
Monochromatic Colors of #C2649B
Black with #C2649B
Text Example
Text Example
White with #C2649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2649B; }
p { color: rgb(194,100,155); }
H1.HeaderClassName
{
color: #C2649B;
}
.AnyTagClassName
{
color: #C2649B;
}
</style>
background-color css
<style>
a { background-color: #C2649B; }
a { background-color: rgb(194,100,155); }
div.DivClassName
{
background-color: #C2649B;
}
.BgClassName
{
background-color: #C2649B;
}
</style>
border-color css
<style>
span { border-color: #C2649B; }
span { border-color: rgb(194,100,155); }
td.TdClassName
{
border-color: #C2649B;
}
.TagClassName
{
border-color: #C2649B;
}
</style>