Shades of Hopbush #C36B8D
Tints of Hopbush #C36B8D
RGB
CMYK
RGB Variations
Color information
#C36B8D (or 0xC36B8D) is known color: Hopbush. HEX triplet: C3, 6B and 8D. RGB value is (195,107,141). Sum of RGB (Red+Green+Blue) = 195+107+141=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36B8D is #3C9472. Grayscale: #898989. Windows color (decimal): -3970163 or 9268163. OLE color: 9268163.
HSL color Cylindrical-coordinate representation of color #C36B8D: hue angle of 336.82º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36B8D is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 141 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.24 |
| HSL | 336.82º | 0.42% | 0.59% | - |
| HSV(B) | 336.82º | 0.45% | 0.76% | - |
| XYZ | 32.57 | 24.04 | 28.12 | - |
| YUV | 137.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 141 | 0 | 0.45 | 0.28 | 0.24 | 336.82 | 0.42 | 0.59 |
| Hex | C3 | 6B | 8D | 0 | 2D | 1C | 18 | 151 | 2A | 3B |
| Octal | 303 | 153 | 215 | 0 | 55 | 34 | 30 | 521 | 52 | 73 |
| Binary | 11000011 | 1101011 | 10001101 | 0 | 101101 | 11100 | 11000 | 101010001 | 101010 | 111011 |
Color Harmonies of #C36B8D
Complementary color
Monochromatic Colors of #C36B8D
Black with #C36B8D
Text Example
Text Example
White with #C36B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B8D; }
p { color: rgb(195,107,141); }
H1.HeaderClassName
{
color: #C36B8D;
}
.AnyTagClassName
{
color: #C36B8D;
}
</style>
background-color css
<style>
a { background-color: #C36B8D; }
a { background-color: rgb(195,107,141); }
div.DivClassName
{
background-color: #C36B8D;
}
.BgClassName
{
background-color: #C36B8D;
}
</style>
border-color css
<style>
span { border-color: #C36B8D; }
span { border-color: rgb(195,107,141); }
td.TdClassName
{
border-color: #C36B8D;
}
.TagClassName
{
border-color: #C36B8D;
}
</style>