Shades of Hopbush #C36495
Tints of Hopbush #C36495
RGB
CMYK
RGB Variations
Color information
#C36495 (or 0xC36495) is known color: Hopbush. HEX triplet: C3, 64 and 95. RGB value is (195,100,149). Sum of RGB (Red+Green+Blue) = 195+100+149=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C36495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36495 is #3C9B6A. Grayscale: #858585. Windows color (decimal): -3971947 or 9790659. OLE color: 9790659.
HSL color Cylindrical-coordinate representation of color #C36495: hue angle of 329.05º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36495 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 149 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.24 |
| HSL | 329.05º | 0.44% | 0.58% | - |
| HSV(B) | 329.05º | 0.49% | 0.76% | - |
| XYZ | 32.49 | 22.89 | 31.14 | - |
| YUV | 133.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 149 | 0 | 0.49 | 0.24 | 0.24 | 329.05 | 0.44 | 0.58 |
| Hex | C3 | 64 | 95 | 0 | 31 | 18 | 18 | 149 | 2C | 3A |
| Octal | 303 | 144 | 225 | 0 | 61 | 30 | 30 | 511 | 54 | 72 |
| Binary | 11000011 | 1100100 | 10010101 | 0 | 110001 | 11000 | 11000 | 101001001 | 101100 | 111010 |
Color Harmonies of #C36495
Complementary color
Monochromatic Colors of #C36495
Black with #C36495
Text Example
Text Example
White with #C36495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36495; }
p { color: rgb(195,100,149); }
H1.HeaderClassName
{
color: #C36495;
}
.AnyTagClassName
{
color: #C36495;
}
</style>
background-color css
<style>
a { background-color: #C36495; }
a { background-color: rgb(195,100,149); }
div.DivClassName
{
background-color: #C36495;
}
.BgClassName
{
background-color: #C36495;
}
</style>
border-color css
<style>
span { border-color: #C36495; }
span { border-color: rgb(195,100,149); }
td.TdClassName
{
border-color: #C36495;
}
.TagClassName
{
border-color: #C36495;
}
</style>