Shades of Hopbush #C368A3
Tints of Hopbush #C368A3
RGB
CMYK
RGB Variations
Color information
#C368A3 (or 0xC368A3) is known color: Hopbush. HEX triplet: C3, 68 and A3. RGB value is (195,104,163). Sum of RGB (Red+Green+Blue) = 195+104+163=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C368A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368A3 is #3C975C. Grayscale: #898989. Windows color (decimal): -3970909 or 10709187. OLE color: 10709187.
HSL color Cylindrical-coordinate representation of color #C368A3: hue angle of 321.1º 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 #C368A3 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 163 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.24 |
| HSL | 321.1º | 0.43% | 0.59% | - |
| HSV(B) | 321.1º | 0.47% | 0.76% | - |
| XYZ | 34.07 | 24.15 | 37.52 | - |
| YUV | 137.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 163 | 0 | 0.47 | 0.16 | 0.24 | 321.1 | 0.43 | 0.59 |
| Hex | C3 | 68 | A3 | 0 | 2F | 10 | 18 | 141 | 2B | 3B |
| Octal | 303 | 150 | 243 | 0 | 57 | 20 | 30 | 501 | 53 | 73 |
| Binary | 11000011 | 1101000 | 10100011 | 0 | 101111 | 10000 | 11000 | 101000001 | 101011 | 111011 |
Color Harmonies of #C368A3
Complementary color
Monochromatic Colors of #C368A3
Black with #C368A3
Text Example
Text Example
White with #C368A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368A3; }
p { color: rgb(195,104,163); }
H1.HeaderClassName
{
color: #C368A3;
}
.AnyTagClassName
{
color: #C368A3;
}
</style>
background-color css
<style>
a { background-color: #C368A3; }
a { background-color: rgb(195,104,163); }
div.DivClassName
{
background-color: #C368A3;
}
.BgClassName
{
background-color: #C368A3;
}
</style>
border-color css
<style>
span { border-color: #C368A3; }
span { border-color: rgb(195,104,163); }
td.TdClassName
{
border-color: #C368A3;
}
.TagClassName
{
border-color: #C368A3;
}
</style>