Shades of Hopbush #C3749C
Tints of Hopbush #C3749C
RGB
CMYK
RGB Variations
Color information
#C3749C (or 0xC3749C) is known color: Hopbush. HEX triplet: C3, 74 and 9C. RGB value is (195,116,156). Sum of RGB (Red+Green+Blue) = 195+116+156=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3749C is #3C8B63. Grayscale: #909090. Windows color (decimal): -3967844 or 10253507. OLE color: 10253507.
HSL color Cylindrical-coordinate representation of color #C3749C: hue angle of 329.62º 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 #C3749C is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 156 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.24 |
| HSL | 329.62º | 0.4% | 0.61% | - |
| HSV(B) | 329.62º | 0.41% | 0.76% | - |
| XYZ | 34.75 | 26.49 | 34.73 | - |
| YUV | 144.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 156 | 0 | 0.41 | 0.20 | 0.24 | 329.62 | 0.4 | 0.61 |
| Hex | C3 | 74 | 9C | 0 | 29 | 14 | 18 | 14A | 28 | 3D |
| Octal | 303 | 164 | 234 | 0 | 51 | 24 | 30 | 512 | 50 | 75 |
| Binary | 11000011 | 1110100 | 10011100 | 0 | 101001 | 10100 | 11000 | 101001010 | 101000 | 111101 |
Color Harmonies of #C3749C
Complementary color
Monochromatic Colors of #C3749C
Black with #C3749C
Text Example
Text Example
White with #C3749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3749C; }
p { color: rgb(195,116,156); }
H1.HeaderClassName
{
color: #C3749C;
}
.AnyTagClassName
{
color: #C3749C;
}
</style>
background-color css
<style>
a { background-color: #C3749C; }
a { background-color: rgb(195,116,156); }
div.DivClassName
{
background-color: #C3749C;
}
.BgClassName
{
background-color: #C3749C;
}
</style>
border-color css
<style>
span { border-color: #C3749C; }
span { border-color: rgb(195,116,156); }
td.TdClassName
{
border-color: #C3749C;
}
.TagClassName
{
border-color: #C3749C;
}
</style>