Shades of Hopbush #C36493
Tints of Hopbush #C36493
RGB
CMYK
RGB Variations
Color information
#C36493 (or 0xC36493) is known color: Hopbush. HEX triplet: C3, 64 and 93. RGB value is (195,100,147). Sum of RGB (Red+Green+Blue) = 195+100+147=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C36493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36493 is #3C9B6C. Grayscale: #858585. Windows color (decimal): -3971949 or 9659587. OLE color: 9659587.
HSL color Cylindrical-coordinate representation of color #C36493: hue angle of 330.32º 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 #C36493 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 147 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.24 |
| HSL | 330.32º | 0.44% | 0.58% | - |
| HSV(B) | 330.32º | 0.49% | 0.76% | - |
| XYZ | 32.33 | 22.82 | 30.31 | - |
| YUV | 133.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 147 | 0 | 0.49 | 0.25 | 0.24 | 330.32 | 0.44 | 0.58 |
| Hex | C3 | 64 | 93 | 0 | 31 | 19 | 18 | 14A | 2C | 3A |
| Octal | 303 | 144 | 223 | 0 | 61 | 31 | 30 | 512 | 54 | 72 |
| Binary | 11000011 | 1100100 | 10010011 | 0 | 110001 | 11001 | 11000 | 101001010 | 101100 | 111010 |
Color Harmonies of #C36493
Complementary color
Monochromatic Colors of #C36493
Black with #C36493
Text Example
Text Example
White with #C36493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36493; }
p { color: rgb(195,100,147); }
H1.HeaderClassName
{
color: #C36493;
}
.AnyTagClassName
{
color: #C36493;
}
</style>
background-color css
<style>
a { background-color: #C36493; }
a { background-color: rgb(195,100,147); }
div.DivClassName
{
background-color: #C36493;
}
.BgClassName
{
background-color: #C36493;
}
</style>
border-color css
<style>
span { border-color: #C36493; }
span { border-color: rgb(195,100,147); }
td.TdClassName
{
border-color: #C36493;
}
.TagClassName
{
border-color: #C36493;
}
</style>