Shades of Hopbush #C36085
Tints of Hopbush #C36085
RGB
CMYK
RGB Variations
Color information
#C36085 (or 0xC36085) is known color: Hopbush. HEX triplet: C3, 60 and 85. RGB value is (195,96,133). Sum of RGB (Red+Green+Blue) = 195+96+133=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C36085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36085 is #3C9F7A. Grayscale: #818181. Windows color (decimal): -3972987 or 8741059. OLE color: 8741059.
HSL color Cylindrical-coordinate representation of color #C36085: hue angle of 337.58º 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 #C36085 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 133 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.24 |
| HSL | 337.58º | 0.45% | 0.57% | - |
| HSV(B) | 337.58º | 0.51% | 0.76% | - |
| XYZ | 30.92 | 21.66 | 24.74 | - |
| YUV | 129.82 | 129.8 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 133 | 0 | 0.51 | 0.32 | 0.24 | 337.58 | 0.45 | 0.57 |
| Hex | C3 | 60 | 85 | 0 | 33 | 20 | 18 | 152 | 2D | 39 |
| Octal | 303 | 140 | 205 | 0 | 63 | 40 | 30 | 522 | 55 | 71 |
| Binary | 11000011 | 1100000 | 10000101 | 0 | 110011 | 100000 | 11000 | 101010010 | 101101 | 111001 |
Color Harmonies of #C36085
Complementary color
Monochromatic Colors of #C36085
Black with #C36085
Text Example
Text Example
White with #C36085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36085; }
p { color: rgb(195,96,133); }
H1.HeaderClassName
{
color: #C36085;
}
.AnyTagClassName
{
color: #C36085;
}
</style>
background-color css
<style>
a { background-color: #C36085; }
a { background-color: rgb(195,96,133); }
div.DivClassName
{
background-color: #C36085;
}
.BgClassName
{
background-color: #C36085;
}
</style>
border-color css
<style>
span { border-color: #C36085; }
span { border-color: rgb(195,96,133); }
td.TdClassName
{
border-color: #C36085;
}
.TagClassName
{
border-color: #C36085;
}
</style>