Shades of Hopbush #C3749A
Tints of Hopbush #C3749A
RGB
CMYK
RGB Variations
Color information
#C3749A (or 0xC3749A) is known color: Hopbush. HEX triplet: C3, 74 and 9A. RGB value is (195,116,154). Sum of RGB (Red+Green+Blue) = 195+116+154=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3749A is #3C8B65. Grayscale: #8F8F8F. Windows color (decimal): -3967846 or 10122435. OLE color: 10122435.
HSL color Cylindrical-coordinate representation of color #C3749A: hue angle of 331.14º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3749A is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 154 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.24 |
| HSL | 331.14º | 0.4% | 0.61% | - |
| HSV(B) | 331.14º | 0.41% | 0.76% | - |
| XYZ | 34.58 | 26.43 | 33.85 | - |
| YUV | 143.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 154 | 0 | 0.41 | 0.21 | 0.24 | 331.14 | 0.4 | 0.61 |
| Hex | C3 | 74 | 9A | 0 | 29 | 15 | 18 | 14B | 28 | 3D |
| Octal | 303 | 164 | 232 | 0 | 51 | 25 | 30 | 513 | 50 | 75 |
| Binary | 11000011 | 1110100 | 10011010 | 0 | 101001 | 10101 | 11000 | 101001011 | 101000 | 111101 |
Color Harmonies of #C3749A
Complementary color
Monochromatic Colors of #C3749A
Black with #C3749A
Text Example
Text Example
White with #C3749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3749A; }
p { color: rgb(195,116,154); }
H1.HeaderClassName
{
color: #C3749A;
}
.AnyTagClassName
{
color: #C3749A;
}
</style>
background-color css
<style>
a { background-color: #C3749A; }
a { background-color: rgb(195,116,154); }
div.DivClassName
{
background-color: #C3749A;
}
.BgClassName
{
background-color: #C3749A;
}
</style>
border-color css
<style>
span { border-color: #C3749A; }
span { border-color: rgb(195,116,154); }
td.TdClassName
{
border-color: #C3749A;
}
.TagClassName
{
border-color: #C3749A;
}
</style>