Shades of Hopbush #C372A0
Tints of Hopbush #C372A0
RGB
CMYK
RGB Variations
Color information
#C372A0 (or 0xC372A0) is known color: Hopbush. HEX triplet: C3, 72 and A0. RGB value is (195,114,160). Sum of RGB (Red+Green+Blue) = 195+114+160=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C372A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C372A0 is #3C8D5F. Grayscale: #8F8F8F. Windows color (decimal): -3968352 or 10515139. OLE color: 10515139.
HSL color Cylindrical-coordinate representation of color #C372A0: hue angle of 325.93º 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 #C372A0 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 160 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.24 |
| HSL | 325.93º | 0.4% | 0.61% | - |
| HSV(B) | 325.93º | 0.42% | 0.76% | - |
| XYZ | 34.87 | 26.17 | 36.47 | - |
| YUV | 143.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 160 | 0 | 0.42 | 0.18 | 0.24 | 325.93 | 0.4 | 0.61 |
| Hex | C3 | 72 | A0 | 0 | 2A | 12 | 18 | 146 | 28 | 3D |
| Octal | 303 | 162 | 240 | 0 | 52 | 22 | 30 | 506 | 50 | 75 |
| Binary | 11000011 | 1110010 | 10100000 | 0 | 101010 | 10010 | 11000 | 101000110 | 101000 | 111101 |
Color Harmonies of #C372A0
Complementary color
Monochromatic Colors of #C372A0
Black with #C372A0
Text Example
Text Example
White with #C372A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372A0; }
p { color: rgb(195,114,160); }
H1.HeaderClassName
{
color: #C372A0;
}
.AnyTagClassName
{
color: #C372A0;
}
</style>
background-color css
<style>
a { background-color: #C372A0; }
a { background-color: rgb(195,114,160); }
div.DivClassName
{
background-color: #C372A0;
}
.BgClassName
{
background-color: #C372A0;
}
</style>
border-color css
<style>
span { border-color: #C372A0; }
span { border-color: rgb(195,114,160); }
td.TdClassName
{
border-color: #C372A0;
}
.TagClassName
{
border-color: #C372A0;
}
</style>