Shades of Hopbush #C36CA4
Tints of Hopbush #C36CA4
RGB
CMYK
RGB Variations
Color information
#C36CA4 (or 0xC36CA4) is known color: Hopbush. HEX triplet: C3, 6C and A4. RGB value is (195,108,164). Sum of RGB (Red+Green+Blue) = 195+108+164=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36CA4 is #3C935B. Grayscale: #8C8C8C. Windows color (decimal): -3969884 or 10775747. OLE color: 10775747.
HSL color Cylindrical-coordinate representation of color #C36CA4: hue angle of 321.38º 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 #C36CA4 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 164 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.24 |
| HSL | 321.38º | 0.42% | 0.59% | - |
| HSV(B) | 321.38º | 0.45% | 0.76% | - |
| XYZ | 34.57 | 25.01 | 38.13 | - |
| YUV | 140.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 164 | 0 | 0.45 | 0.16 | 0.24 | 321.38 | 0.42 | 0.59 |
| Hex | C3 | 6C | A4 | 0 | 2D | 10 | 18 | 141 | 2A | 3B |
| Octal | 303 | 154 | 244 | 0 | 55 | 20 | 30 | 501 | 52 | 73 |
| Binary | 11000011 | 1101100 | 10100100 | 0 | 101101 | 10000 | 11000 | 101000001 | 101010 | 111011 |
Color Harmonies of #C36CA4
Complementary color
Monochromatic Colors of #C36CA4
Black with #C36CA4
Text Example
Text Example
White with #C36CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CA4; }
p { color: rgb(195,108,164); }
H1.HeaderClassName
{
color: #C36CA4;
}
.AnyTagClassName
{
color: #C36CA4;
}
</style>
background-color css
<style>
a { background-color: #C36CA4; }
a { background-color: rgb(195,108,164); }
div.DivClassName
{
background-color: #C36CA4;
}
.BgClassName
{
background-color: #C36CA4;
}
</style>
border-color css
<style>
span { border-color: #C36CA4; }
span { border-color: rgb(195,108,164); }
td.TdClassName
{
border-color: #C36CA4;
}
.TagClassName
{
border-color: #C36CA4;
}
</style>