Shades of Hopbush #C368A0
Tints of Hopbush #C368A0
RGB
CMYK
RGB Variations
Color information
#C368A0 (or 0xC368A0) is known color: Hopbush. HEX triplet: C3, 68 and A0. RGB value is (195,104,160). Sum of RGB (Red+Green+Blue) = 195+104+160=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C368A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368A0 is #3C975F. Grayscale: #898989. Windows color (decimal): -3970912 or 10512579. OLE color: 10512579.
HSL color Cylindrical-coordinate representation of color #C368A0: hue angle of 323.08º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C368A0 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 160 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.24 |
| HSL | 323.08º | 0.43% | 0.59% | - |
| HSV(B) | 323.08º | 0.47% | 0.76% | - |
| XYZ | 33.8 | 24.04 | 36.12 | - |
| YUV | 137.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 160 | 0 | 0.47 | 0.18 | 0.24 | 323.08 | 0.43 | 0.59 |
| Hex | C3 | 68 | A0 | 0 | 2F | 12 | 18 | 143 | 2B | 3B |
| Octal | 303 | 150 | 240 | 0 | 57 | 22 | 30 | 503 | 53 | 73 |
| Binary | 11000011 | 1101000 | 10100000 | 0 | 101111 | 10010 | 11000 | 101000011 | 101011 | 111011 |
Color Harmonies of #C368A0
Complementary color
Monochromatic Colors of #C368A0
Black with #C368A0
Text Example
Text Example
White with #C368A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368A0; }
p { color: rgb(195,104,160); }
H1.HeaderClassName
{
color: #C368A0;
}
.AnyTagClassName
{
color: #C368A0;
}
</style>
background-color css
<style>
a { background-color: #C368A0; }
a { background-color: rgb(195,104,160); }
div.DivClassName
{
background-color: #C368A0;
}
.BgClassName
{
background-color: #C368A0;
}
</style>
border-color css
<style>
span { border-color: #C368A0; }
span { border-color: rgb(195,104,160); }
td.TdClassName
{
border-color: #C368A0;
}
.TagClassName
{
border-color: #C368A0;
}
</style>