Shades of Hopbush #C372A3
Tints of Hopbush #C372A3
RGB
CMYK
RGB Variations
Color information
#C372A3 (or 0xC372A3) is known color: Hopbush. HEX triplet: C3, 72 and A3. RGB value is (195,114,163). Sum of RGB (Red+Green+Blue) = 195+114+163=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C372A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C372A3 is #3C8D5C. Grayscale: #8F8F8F. Windows color (decimal): -3968349 or 10711747. OLE color: 10711747.
HSL color Cylindrical-coordinate representation of color #C372A3: hue angle of 323.7º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C372A3 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 163 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.24 |
| HSL | 323.7º | 0.4% | 0.61% | - |
| HSV(B) | 323.7º | 0.42% | 0.76% | - |
| XYZ | 35.13 | 26.28 | 37.87 | - |
| YUV | 143.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 163 | 0 | 0.42 | 0.16 | 0.24 | 323.7 | 0.4 | 0.61 |
| Hex | C3 | 72 | A3 | 0 | 2A | 10 | 18 | 144 | 28 | 3D |
| Octal | 303 | 162 | 243 | 0 | 52 | 20 | 30 | 504 | 50 | 75 |
| Binary | 11000011 | 1110010 | 10100011 | 0 | 101010 | 10000 | 11000 | 101000100 | 101000 | 111101 |
Color Harmonies of #C372A3
Complementary color
Monochromatic Colors of #C372A3
Black with #C372A3
Text Example
Text Example
White with #C372A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372A3; }
p { color: rgb(195,114,163); }
H1.HeaderClassName
{
color: #C372A3;
}
.AnyTagClassName
{
color: #C372A3;
}
</style>
background-color css
<style>
a { background-color: #C372A3; }
a { background-color: rgb(195,114,163); }
div.DivClassName
{
background-color: #C372A3;
}
.BgClassName
{
background-color: #C372A3;
}
</style>
border-color css
<style>
span { border-color: #C372A3; }
span { border-color: rgb(195,114,163); }
td.TdClassName
{
border-color: #C372A3;
}
.TagClassName
{
border-color: #C372A3;
}
</style>