Shades of Hopbush #C36CA5
Tints of Hopbush #C36CA5
RGB
CMYK
RGB Variations
Color information
#C36CA5 (or 0xC36CA5) is known color: Hopbush. HEX triplet: C3, 6C and A5. RGB value is (195,108,165). Sum of RGB (Red+Green+Blue) = 195+108+165=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36CA5 is #3C935A. Grayscale: #8C8C8C. Windows color (decimal): -3969883 or 10841283. OLE color: 10841283.
HSL color Cylindrical-coordinate representation of color #C36CA5: hue angle of 320.69º 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 #C36CA5 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 165 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.24 |
| HSL | 320.69º | 0.42% | 0.59% | - |
| HSV(B) | 320.69º | 0.45% | 0.76% | - |
| XYZ | 34.66 | 25.04 | 38.6 | - |
| YUV | 140.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 165 | 0 | 0.45 | 0.15 | 0.24 | 320.69 | 0.42 | 0.59 |
| Hex | C3 | 6C | A5 | 0 | 2D | F | 18 | 141 | 2A | 3B |
| Octal | 303 | 154 | 245 | 0 | 55 | 17 | 30 | 501 | 52 | 73 |
| Binary | 11000011 | 1101100 | 10100101 | 0 | 101101 | 1111 | 11000 | 101000001 | 101010 | 111011 |
Color Harmonies of #C36CA5
Complementary color
Monochromatic Colors of #C36CA5
Black with #C36CA5
Text Example
Text Example
White with #C36CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CA5; }
p { color: rgb(195,108,165); }
H1.HeaderClassName
{
color: #C36CA5;
}
.AnyTagClassName
{
color: #C36CA5;
}
</style>
background-color css
<style>
a { background-color: #C36CA5; }
a { background-color: rgb(195,108,165); }
div.DivClassName
{
background-color: #C36CA5;
}
.BgClassName
{
background-color: #C36CA5;
}
</style>
border-color css
<style>
span { border-color: #C36CA5; }
span { border-color: rgb(195,108,165); }
td.TdClassName
{
border-color: #C36CA5;
}
.TagClassName
{
border-color: #C36CA5;
}
</style>