Shades of Hopbush #C3759C
Tints of Hopbush #C3759C
RGB
CMYK
RGB Variations
Color information
#C3759C (or 0xC3759C) is known color: Hopbush. HEX triplet: C3, 75 and 9C. RGB value is (195,117,156). Sum of RGB (Red+Green+Blue) = 195+117+156=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3759C is #3C8A63. Grayscale: #909090. Windows color (decimal): -3967588 or 10253763. OLE color: 10253763.
HSL color Cylindrical-coordinate representation of color #C3759C: hue angle of 330º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C3759C is Cyan = 0, Magento = 0.4, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 156 | - |
| CMYK | 0 | 0.4 | 0.20 | 0.24 |
| HSL | 330º | 0.39% | 0.61% | - |
| HSV(B) | 330º | 0.4% | 0.76% | - |
| XYZ | 34.87 | 26.72 | 34.77 | - |
| YUV | 144.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 156 | 0 | 0.4 | 0.20 | 0.24 | 330 | 0.39 | 0.61 |
| Hex | C3 | 75 | 9C | 0 | 28 | 14 | 18 | 14A | 27 | 3D |
| Octal | 303 | 165 | 234 | 0 | 50 | 24 | 30 | 512 | 47 | 75 |
| Binary | 11000011 | 1110101 | 10011100 | 0 | 101000 | 10100 | 11000 | 101001010 | 100111 | 111101 |
Color Harmonies of #C3759C
Complementary color
Monochromatic Colors of #C3759C
Black with #C3759C
Text Example
Text Example
White with #C3759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3759C; }
p { color: rgb(195,117,156); }
H1.HeaderClassName
{
color: #C3759C;
}
.AnyTagClassName
{
color: #C3759C;
}
</style>
background-color css
<style>
a { background-color: #C3759C; }
a { background-color: rgb(195,117,156); }
div.DivClassName
{
background-color: #C3759C;
}
.BgClassName
{
background-color: #C3759C;
}
</style>
border-color css
<style>
span { border-color: #C3759C; }
span { border-color: rgb(195,117,156); }
td.TdClassName
{
border-color: #C3759C;
}
.TagClassName
{
border-color: #C3759C;
}
</style>