Shades of Hopbush #C36BAA
Tints of Hopbush #C36BAA
RGB
CMYK
RGB Variations
Color information
#C36BAA (or 0xC36BAA) is known color: Hopbush. HEX triplet: C3, 6B and AA. RGB value is (195,107,170). Sum of RGB (Red+Green+Blue) = 195+107+170=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C36BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36BAA is #3C9455. Grayscale: #8C8C8C. Windows color (decimal): -3970134 or 11168707. OLE color: 11168707.
HSL color Cylindrical-coordinate representation of color #C36BAA: hue angle of 317.05º 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 #C36BAA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 170 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.24 |
| HSL | 317.05º | 0.42% | 0.59% | - |
| HSV(B) | 317.05º | 0.45% | 0.76% | - |
| XYZ | 35.02 | 25.02 | 41.01 | - |
| YUV | 140.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 170 | 0 | 0.45 | 0.13 | 0.24 | 317.05 | 0.42 | 0.59 |
| Hex | C3 | 6B | AA | 0 | 2D | D | 18 | 13D | 2A | 3B |
| Octal | 303 | 153 | 252 | 0 | 55 | 15 | 30 | 475 | 52 | 73 |
| Binary | 11000011 | 1101011 | 10101010 | 0 | 101101 | 1101 | 11000 | 100111101 | 101010 | 111011 |
Color Harmonies of #C36BAA
Complementary color
Monochromatic Colors of #C36BAA
Black with #C36BAA
Text Example
Text Example
White with #C36BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BAA; }
p { color: rgb(195,107,170); }
H1.HeaderClassName
{
color: #C36BAA;
}
.AnyTagClassName
{
color: #C36BAA;
}
</style>
background-color css
<style>
a { background-color: #C36BAA; }
a { background-color: rgb(195,107,170); }
div.DivClassName
{
background-color: #C36BAA;
}
.BgClassName
{
background-color: #C36BAA;
}
</style>
border-color css
<style>
span { border-color: #C36BAA; }
span { border-color: rgb(195,107,170); }
td.TdClassName
{
border-color: #C36BAA;
}
.TagClassName
{
border-color: #C36BAA;
}
</style>