Shades of Hopbush #C36095
Tints of Hopbush #C36095
RGB
CMYK
RGB Variations
Color information
#C36095 (or 0xC36095) is known color: Hopbush. HEX triplet: C3, 60 and 95. RGB value is (195,96,149). Sum of RGB (Red+Green+Blue) = 195+96+149=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C36095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36095 is #3C9F6A. Grayscale: #838383. Windows color (decimal): -3972971 or 9789635. OLE color: 9789635.
HSL color Cylindrical-coordinate representation of color #C36095: hue angle of 327.88º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36095 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 149 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.24 |
| HSL | 327.88º | 0.45% | 0.57% | - |
| HSV(B) | 327.88º | 0.51% | 0.76% | - |
| XYZ | 32.11 | 22.14 | 31.01 | - |
| YUV | 131.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 149 | 0 | 0.51 | 0.24 | 0.24 | 327.88 | 0.45 | 0.57 |
| Hex | C3 | 60 | 95 | 0 | 33 | 18 | 18 | 148 | 2D | 39 |
| Octal | 303 | 140 | 225 | 0 | 63 | 30 | 30 | 510 | 55 | 71 |
| Binary | 11000011 | 1100000 | 10010101 | 0 | 110011 | 11000 | 11000 | 101001000 | 101101 | 111001 |
Color Harmonies of #C36095
Complementary color
Monochromatic Colors of #C36095
Black with #C36095
Text Example
Text Example
White with #C36095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36095; }
p { color: rgb(195,96,149); }
H1.HeaderClassName
{
color: #C36095;
}
.AnyTagClassName
{
color: #C36095;
}
</style>
background-color css
<style>
a { background-color: #C36095; }
a { background-color: rgb(195,96,149); }
div.DivClassName
{
background-color: #C36095;
}
.BgClassName
{
background-color: #C36095;
}
</style>
border-color css
<style>
span { border-color: #C36095; }
span { border-color: rgb(195,96,149); }
td.TdClassName
{
border-color: #C36095;
}
.TagClassName
{
border-color: #C36095;
}
</style>