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