Shades of Hopbush #C36A9F
Tints of Hopbush #C36A9F
RGB
CMYK
RGB Variations
Color information
#C36A9F (or 0xC36A9F) is known color: Hopbush. HEX triplet: C3, 6A and 9F. RGB value is (195,106,159). Sum of RGB (Red+Green+Blue) = 195+106+159=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36A9F is #3C9560. Grayscale: #8A8A8A. Windows color (decimal): -3970401 or 10447555. OLE color: 10447555.
HSL color Cylindrical-coordinate representation of color #C36A9F: hue angle of 324.27º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36A9F is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 159 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.24 |
| HSL | 324.27º | 0.43% | 0.59% | - |
| HSV(B) | 324.27º | 0.46% | 0.76% | - |
| XYZ | 33.92 | 24.41 | 35.73 | - |
| YUV | 138.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 159 | 0 | 0.46 | 0.18 | 0.24 | 324.27 | 0.43 | 0.59 |
| Hex | C3 | 6A | 9F | 0 | 2E | 12 | 18 | 144 | 2B | 3B |
| Octal | 303 | 152 | 237 | 0 | 56 | 22 | 30 | 504 | 53 | 73 |
| Binary | 11000011 | 1101010 | 10011111 | 0 | 101110 | 10010 | 11000 | 101000100 | 101011 | 111011 |
Color Harmonies of #C36A9F
Complementary color
Monochromatic Colors of #C36A9F
Black with #C36A9F
Text Example
Text Example
White with #C36A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A9F; }
p { color: rgb(195,106,159); }
H1.HeaderClassName
{
color: #C36A9F;
}
.AnyTagClassName
{
color: #C36A9F;
}
</style>
background-color css
<style>
a { background-color: #C36A9F; }
a { background-color: rgb(195,106,159); }
div.DivClassName
{
background-color: #C36A9F;
}
.BgClassName
{
background-color: #C36A9F;
}
</style>
border-color css
<style>
span { border-color: #C36A9F; }
span { border-color: rgb(195,106,159); }
td.TdClassName
{
border-color: #C36A9F;
}
.TagClassName
{
border-color: #C36A9F;
}
</style>