Shades of Hopbush #C37AA2
Tints of Hopbush #C37AA2
RGB
CMYK
RGB Variations
Color information
#C37AA2 (or 0xC37AA2) is known color: Hopbush. HEX triplet: C3, 7A and A2. RGB value is (195,122,162). Sum of RGB (Red+Green+Blue) = 195+122+162=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37AA2 is #3C855D. Grayscale: #949494. Windows color (decimal): -3966302 or 10648259. OLE color: 10648259.
HSL color Cylindrical-coordinate representation of color #C37AA2: hue angle of 327.12º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37AA2 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 162 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.24 |
| HSL | 327.12º | 0.38% | 0.62% | - |
| HSV(B) | 327.12º | 0.37% | 0.76% | - |
| XYZ | 35.99 | 28.13 | 37.72 | - |
| YUV | 148.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 162 | 0 | 0.37 | 0.17 | 0.24 | 327.12 | 0.38 | 0.62 |
| Hex | C3 | 7A | A2 | 0 | 25 | 11 | 18 | 147 | 26 | 3E |
| Octal | 303 | 172 | 242 | 0 | 45 | 21 | 30 | 507 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10100010 | 0 | 100101 | 10001 | 11000 | 101000111 | 100110 | 111110 |
Color Harmonies of #C37AA2
Complementary color
Monochromatic Colors of #C37AA2
Black with #C37AA2
Text Example
Text Example
White with #C37AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AA2; }
p { color: rgb(195,122,162); }
H1.HeaderClassName
{
color: #C37AA2;
}
.AnyTagClassName
{
color: #C37AA2;
}
</style>
background-color css
<style>
a { background-color: #C37AA2; }
a { background-color: rgb(195,122,162); }
div.DivClassName
{
background-color: #C37AA2;
}
.BgClassName
{
background-color: #C37AA2;
}
</style>
border-color css
<style>
span { border-color: #C37AA2; }
span { border-color: rgb(195,122,162); }
td.TdClassName
{
border-color: #C37AA2;
}
.TagClassName
{
border-color: #C37AA2;
}
</style>