Shades of Hopbush #C37595
Tints of Hopbush #C37595
RGB
CMYK
RGB Variations
Color information
#C37595 (or 0xC37595) is known color: Hopbush. HEX triplet: C3, 75 and 95. RGB value is (195,117,149). Sum of RGB (Red+Green+Blue) = 195+117+149=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C37595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37595 is #3C8A6A. Grayscale: #8F8F8F. Windows color (decimal): -3967595 or 9795011. OLE color: 9795011.
HSL color Cylindrical-coordinate representation of color #C37595: hue angle of 335.38º 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 #C37595 is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 149 | - |
| CMYK | 0 | 0.4 | 0.24 | 0.24 |
| HSL | 335.38º | 0.39% | 0.61% | - |
| HSV(B) | 335.38º | 0.4% | 0.76% | - |
| XYZ | 34.29 | 26.49 | 31.74 | - |
| YUV | 143.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 149 | 0 | 0.4 | 0.24 | 0.24 | 335.38 | 0.39 | 0.61 |
| Hex | C3 | 75 | 95 | 0 | 28 | 18 | 18 | 14F | 27 | 3D |
| Octal | 303 | 165 | 225 | 0 | 50 | 30 | 30 | 517 | 47 | 75 |
| Binary | 11000011 | 1110101 | 10010101 | 0 | 101000 | 11000 | 11000 | 101001111 | 100111 | 111101 |
Color Harmonies of #C37595
Complementary color
Monochromatic Colors of #C37595
Black with #C37595
Text Example
Text Example
White with #C37595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37595; }
p { color: rgb(195,117,149); }
H1.HeaderClassName
{
color: #C37595;
}
.AnyTagClassName
{
color: #C37595;
}
</style>
background-color css
<style>
a { background-color: #C37595; }
a { background-color: rgb(195,117,149); }
div.DivClassName
{
background-color: #C37595;
}
.BgClassName
{
background-color: #C37595;
}
</style>
border-color css
<style>
span { border-color: #C37595; }
span { border-color: rgb(195,117,149); }
td.TdClassName
{
border-color: #C37595;
}
.TagClassName
{
border-color: #C37595;
}
</style>