Shades of Hopbush #C36AAA
Tints of Hopbush #C36AAA
RGB
CMYK
RGB Variations
Color information
#C36AAA (or 0xC36AAA) is known color: Hopbush. HEX triplet: C3, 6A and AA. RGB value is (195,106,170). Sum of RGB (Red+Green+Blue) = 195+106+170=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36AAA is #3C9555. Grayscale: #8B8B8B. Windows color (decimal): -3970390 or 11168451. OLE color: 11168451.
HSL color Cylindrical-coordinate representation of color #C36AAA: hue angle of 316.85º 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 #C36AAA is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 170 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.24 |
| HSL | 316.85º | 0.43% | 0.59% | - |
| HSV(B) | 316.85º | 0.46% | 0.76% | - |
| XYZ | 34.92 | 24.81 | 40.98 | - |
| YUV | 139.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 170 | 0 | 0.46 | 0.13 | 0.24 | 316.85 | 0.43 | 0.59 |
| Hex | C3 | 6A | AA | 0 | 2E | D | 18 | 13D | 2B | 3B |
| Octal | 303 | 152 | 252 | 0 | 56 | 15 | 30 | 475 | 53 | 73 |
| Binary | 11000011 | 1101010 | 10101010 | 0 | 101110 | 1101 | 11000 | 100111101 | 101011 | 111011 |
Color Harmonies of #C36AAA
Complementary color
Monochromatic Colors of #C36AAA
Black with #C36AAA
Text Example
Text Example
White with #C36AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36AAA; }
p { color: rgb(195,106,170); }
H1.HeaderClassName
{
color: #C36AAA;
}
.AnyTagClassName
{
color: #C36AAA;
}
</style>
background-color css
<style>
a { background-color: #C36AAA; }
a { background-color: rgb(195,106,170); }
div.DivClassName
{
background-color: #C36AAA;
}
.BgClassName
{
background-color: #C36AAA;
}
</style>
border-color css
<style>
span { border-color: #C36AAA; }
span { border-color: rgb(195,106,170); }
td.TdClassName
{
border-color: #C36AAA;
}
.TagClassName
{
border-color: #C36AAA;
}
</style>