Shades of Hopbush #C36D8C
Tints of Hopbush #C36D8C
RGB
CMYK
RGB Variations
Color information
#C36D8C (or 0xC36D8C) is known color: Hopbush. HEX triplet: C3, 6D and 8C. RGB value is (195,109,140). Sum of RGB (Red+Green+Blue) = 195+109+140=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36D8C is #3C9273. Grayscale: #8A8A8A. Windows color (decimal): -3969652 or 9203139. OLE color: 9203139.
HSL color Cylindrical-coordinate representation of color #C36D8C: hue angle of 338.37º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36D8C is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 140 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.24 |
| HSL | 338.37º | 0.42% | 0.6% | - |
| HSV(B) | 338.37º | 0.44% | 0.76% | - |
| XYZ | 32.71 | 24.43 | 27.8 | - |
| YUV | 138.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 140 | 0 | 0.44 | 0.28 | 0.24 | 338.37 | 0.42 | 0.6 |
| Hex | C3 | 6D | 8C | 0 | 2C | 1C | 18 | 152 | 2A | 3C |
| Octal | 303 | 155 | 214 | 0 | 54 | 34 | 30 | 522 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10001100 | 0 | 101100 | 11100 | 11000 | 101010010 | 101010 | 111100 |
Color Harmonies of #C36D8C
Complementary color
Monochromatic Colors of #C36D8C
Black with #C36D8C
Text Example
Text Example
White with #C36D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D8C; }
p { color: rgb(195,109,140); }
H1.HeaderClassName
{
color: #C36D8C;
}
.AnyTagClassName
{
color: #C36D8C;
}
</style>
background-color css
<style>
a { background-color: #C36D8C; }
a { background-color: rgb(195,109,140); }
div.DivClassName
{
background-color: #C36D8C;
}
.BgClassName
{
background-color: #C36D8C;
}
</style>
border-color css
<style>
span { border-color: #C36D8C; }
span { border-color: rgb(195,109,140); }
td.TdClassName
{
border-color: #C36D8C;
}
.TagClassName
{
border-color: #C36D8C;
}
</style>