Shades of Hopbush #C36088
Tints of Hopbush #C36088
RGB
CMYK
RGB Variations
Color information
#C36088 (or 0xC36088) is known color: Hopbush. HEX triplet: C3, 60 and 88. RGB value is (195,96,136). Sum of RGB (Red+Green+Blue) = 195+96+136=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C36088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36088 is #3C9F77. Grayscale: #828282. Windows color (decimal): -3972984 or 8937667. OLE color: 8937667.
HSL color Cylindrical-coordinate representation of color #C36088: hue angle of 335.76º 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 #C36088 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 136 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.24 |
| HSL | 335.76º | 0.45% | 0.57% | - |
| HSV(B) | 335.76º | 0.51% | 0.76% | - |
| XYZ | 31.13 | 21.75 | 25.85 | - |
| YUV | 130.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 136 | 0 | 0.51 | 0.30 | 0.24 | 335.76 | 0.45 | 0.57 |
| Hex | C3 | 60 | 88 | 0 | 33 | 1E | 18 | 150 | 2D | 39 |
| Octal | 303 | 140 | 210 | 0 | 63 | 36 | 30 | 520 | 55 | 71 |
| Binary | 11000011 | 1100000 | 10001000 | 0 | 110011 | 11110 | 11000 | 101010000 | 101101 | 111001 |
Color Harmonies of #C36088
Complementary color
Monochromatic Colors of #C36088
Black with #C36088
Text Example
Text Example
White with #C36088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36088; }
p { color: rgb(195,96,136); }
H1.HeaderClassName
{
color: #C36088;
}
.AnyTagClassName
{
color: #C36088;
}
</style>
background-color css
<style>
a { background-color: #C36088; }
a { background-color: rgb(195,96,136); }
div.DivClassName
{
background-color: #C36088;
}
.BgClassName
{
background-color: #C36088;
}
</style>
border-color css
<style>
span { border-color: #C36088; }
span { border-color: rgb(195,96,136); }
td.TdClassName
{
border-color: #C36088;
}
.TagClassName
{
border-color: #C36088;
}
</style>