Shades of Hopbush #C36586
Tints of Hopbush #C36586
RGB
CMYK
RGB Variations
Color information
#C36586 (or 0xC36586) is known color: Hopbush. HEX triplet: C3, 65 and 86. RGB value is (195,101,134). Sum of RGB (Red+Green+Blue) = 195+101+134=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C36586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36586 is #3C9A79. Grayscale: #848484. Windows color (decimal): -3971706 or 8807875. OLE color: 8807875.
HSL color Cylindrical-coordinate representation of color #C36586: hue angle of 338.94º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36586 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 134 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.24 |
| HSL | 338.94º | 0.44% | 0.58% | - |
| HSV(B) | 338.94º | 0.48% | 0.76% | - |
| XYZ | 31.46 | 22.63 | 25.26 | - |
| YUV | 132.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 134 | 0 | 0.48 | 0.31 | 0.24 | 338.94 | 0.44 | 0.58 |
| Hex | C3 | 65 | 86 | 0 | 30 | 1F | 18 | 153 | 2C | 3A |
| Octal | 303 | 145 | 206 | 0 | 60 | 37 | 30 | 523 | 54 | 72 |
| Binary | 11000011 | 1100101 | 10000110 | 0 | 110000 | 11111 | 11000 | 101010011 | 101100 | 111010 |
Color Harmonies of #C36586
Complementary color
Monochromatic Colors of #C36586
Black with #C36586
Text Example
Text Example
White with #C36586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36586; }
p { color: rgb(195,101,134); }
H1.HeaderClassName
{
color: #C36586;
}
.AnyTagClassName
{
color: #C36586;
}
</style>
background-color css
<style>
a { background-color: #C36586; }
a { background-color: rgb(195,101,134); }
div.DivClassName
{
background-color: #C36586;
}
.BgClassName
{
background-color: #C36586;
}
</style>
border-color css
<style>
span { border-color: #C36586; }
span { border-color: rgb(195,101,134); }
td.TdClassName
{
border-color: #C36586;
}
.TagClassName
{
border-color: #C36586;
}
</style>