Shades of Hopbush #C369A0
Tints of Hopbush #C369A0
RGB
CMYK
RGB Variations
Color information
#C369A0 (or 0xC369A0) is known color: Hopbush. HEX triplet: C3, 69 and A0. RGB value is (195,105,160). Sum of RGB (Red+Green+Blue) = 195+105+160=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C369A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C369A0 is #3C965F. Grayscale: #8A8A8A. Windows color (decimal): -3970656 or 10512835. OLE color: 10512835.
HSL color Cylindrical-coordinate representation of color #C369A0: hue angle of 323.33º 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 #C369A0 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 160 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.24 |
| HSL | 323.33º | 0.43% | 0.59% | - |
| HSV(B) | 323.33º | 0.46% | 0.76% | - |
| XYZ | 33.9 | 24.24 | 36.15 | - |
| YUV | 138.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 160 | 0 | 0.46 | 0.18 | 0.24 | 323.33 | 0.43 | 0.59 |
| Hex | C3 | 69 | A0 | 0 | 2E | 12 | 18 | 143 | 2B | 3B |
| Octal | 303 | 151 | 240 | 0 | 56 | 22 | 30 | 503 | 53 | 73 |
| Binary | 11000011 | 1101001 | 10100000 | 0 | 101110 | 10010 | 11000 | 101000011 | 101011 | 111011 |
Color Harmonies of #C369A0
Complementary color
Monochromatic Colors of #C369A0
Black with #C369A0
Text Example
Text Example
White with #C369A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369A0; }
p { color: rgb(195,105,160); }
H1.HeaderClassName
{
color: #C369A0;
}
.AnyTagClassName
{
color: #C369A0;
}
</style>
background-color css
<style>
a { background-color: #C369A0; }
a { background-color: rgb(195,105,160); }
div.DivClassName
{
background-color: #C369A0;
}
.BgClassName
{
background-color: #C369A0;
}
</style>
border-color css
<style>
span { border-color: #C369A0; }
span { border-color: rgb(195,105,160); }
td.TdClassName
{
border-color: #C369A0;
}
.TagClassName
{
border-color: #C369A0;
}
</style>