Shades of Hopbush #C3649B
Tints of Hopbush #C3649B
RGB
CMYK
RGB Variations
Color information
#C3649B (or 0xC3649B) is known color: Hopbush. HEX triplet: C3, 64 and 9B. RGB value is (195,100,155). Sum of RGB (Red+Green+Blue) = 195+100+155=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3649B is #3C9B64. Grayscale: #868686. Windows color (decimal): -3971941 or 10183875. OLE color: 10183875.
HSL color Cylindrical-coordinate representation of color #C3649B: hue angle of 325.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3649B is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 155 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.24 |
| HSL | 325.26º | 0.44% | 0.58% | - |
| HSV(B) | 325.26º | 0.49% | 0.76% | - |
| XYZ | 32.98 | 23.08 | 33.73 | - |
| YUV | 134.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 155 | 0 | 0.49 | 0.21 | 0.24 | 325.26 | 0.44 | 0.58 |
| Hex | C3 | 64 | 9B | 0 | 31 | 15 | 18 | 145 | 2C | 3A |
| Octal | 303 | 144 | 233 | 0 | 61 | 25 | 30 | 505 | 54 | 72 |
| Binary | 11000011 | 1100100 | 10011011 | 0 | 110001 | 10101 | 11000 | 101000101 | 101100 | 111010 |
Color Harmonies of #C3649B
Complementary color
Monochromatic Colors of #C3649B
Black with #C3649B
Text Example
Text Example
White with #C3649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3649B; }
p { color: rgb(195,100,155); }
H1.HeaderClassName
{
color: #C3649B;
}
.AnyTagClassName
{
color: #C3649B;
}
</style>
background-color css
<style>
a { background-color: #C3649B; }
a { background-color: rgb(195,100,155); }
div.DivClassName
{
background-color: #C3649B;
}
.BgClassName
{
background-color: #C3649B;
}
</style>
border-color css
<style>
span { border-color: #C3649B; }
span { border-color: rgb(195,100,155); }
td.TdClassName
{
border-color: #C3649B;
}
.TagClassName
{
border-color: #C3649B;
}
</style>