Shades of Hopbush #C372A9
Tints of Hopbush #C372A9
RGB
CMYK
RGB Variations
Color information
#C372A9 (or 0xC372A9) is known color: Hopbush. HEX triplet: C3, 72 and A9. RGB value is (195,114,169). Sum of RGB (Red+Green+Blue) = 195+114+169=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C372A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C372A9 is #3C8D56. Grayscale: #909090. Windows color (decimal): -3968343 or 11104963. OLE color: 11104963.
HSL color Cylindrical-coordinate representation of color #C372A9: hue angle of 319.26º 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 #C372A9 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 169 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.24 |
| HSL | 319.26º | 0.4% | 0.61% | - |
| HSV(B) | 319.26º | 0.42% | 0.76% | - |
| XYZ | 35.68 | 26.5 | 40.77 | - |
| YUV | 144.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 169 | 0 | 0.42 | 0.13 | 0.24 | 319.26 | 0.4 | 0.61 |
| Hex | C3 | 72 | A9 | 0 | 2A | D | 18 | 13F | 28 | 3D |
| Octal | 303 | 162 | 251 | 0 | 52 | 15 | 30 | 477 | 50 | 75 |
| Binary | 11000011 | 1110010 | 10101001 | 0 | 101010 | 1101 | 11000 | 100111111 | 101000 | 111101 |
Color Harmonies of #C372A9
Complementary color
Monochromatic Colors of #C372A9
Black with #C372A9
Text Example
Text Example
White with #C372A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372A9; }
p { color: rgb(195,114,169); }
H1.HeaderClassName
{
color: #C372A9;
}
.AnyTagClassName
{
color: #C372A9;
}
</style>
background-color css
<style>
a { background-color: #C372A9; }
a { background-color: rgb(195,114,169); }
div.DivClassName
{
background-color: #C372A9;
}
.BgClassName
{
background-color: #C372A9;
}
</style>
border-color css
<style>
span { border-color: #C372A9; }
span { border-color: rgb(195,114,169); }
td.TdClassName
{
border-color: #C372A9;
}
.TagClassName
{
border-color: #C372A9;
}
</style>