Shades of Hopbush #C36386
Tints of Hopbush #C36386
RGB
CMYK
RGB Variations
Color information
#C36386 (or 0xC36386) is known color: Hopbush. HEX triplet: C3, 63 and 86. RGB value is (195,99,134). Sum of RGB (Red+Green+Blue) = 195+99+134=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C36386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36386 is #3C9C79. Grayscale: #838383. Windows color (decimal): -3972218 or 8807363. OLE color: 8807363.
HSL color Cylindrical-coordinate representation of color #C36386: hue angle of 338.12º 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 #C36386 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 134 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.24 |
| HSL | 338.13º | 0.44% | 0.58% | - |
| HSV(B) | 338.13º | 0.49% | 0.76% | - |
| XYZ | 31.27 | 22.25 | 25.2 | - |
| YUV | 131.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 134 | 0 | 0.49 | 0.31 | 0.24 | 338.13 | 0.44 | 0.58 |
| Hex | C3 | 63 | 86 | 0 | 31 | 1F | 18 | 152 | 2C | 3A |
| Octal | 303 | 143 | 206 | 0 | 61 | 37 | 30 | 522 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10000110 | 0 | 110001 | 11111 | 11000 | 101010010 | 101100 | 111010 |
Color Harmonies of #C36386
Complementary color
Monochromatic Colors of #C36386
Black with #C36386
Text Example
Text Example
White with #C36386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36386; }
p { color: rgb(195,99,134); }
H1.HeaderClassName
{
color: #C36386;
}
.AnyTagClassName
{
color: #C36386;
}
</style>
background-color css
<style>
a { background-color: #C36386; }
a { background-color: rgb(195,99,134); }
div.DivClassName
{
background-color: #C36386;
}
.BgClassName
{
background-color: #C36386;
}
</style>
border-color css
<style>
span { border-color: #C36386; }
span { border-color: rgb(195,99,134); }
td.TdClassName
{
border-color: #C36386;
}
.TagClassName
{
border-color: #C36386;
}
</style>