Shades of Hopbush #C37AA6
Tints of Hopbush #C37AA6
RGB
CMYK
RGB Variations
Color information
#C37AA6 (or 0xC37AA6) is known color: Hopbush. HEX triplet: C3, 7A and A6. RGB value is (195,122,166). Sum of RGB (Red+Green+Blue) = 195+122+166=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37AA6 is #3C8559. Grayscale: #949494. Windows color (decimal): -3966298 or 10910403. OLE color: 10910403.
HSL color Cylindrical-coordinate representation of color #C37AA6: hue angle of 323.84º 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 #C37AA6 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 166 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.24 |
| HSL | 323.84º | 0.38% | 0.62% | - |
| HSV(B) | 323.84º | 0.37% | 0.76% | - |
| XYZ | 36.35 | 28.27 | 39.62 | - |
| YUV | 148.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 166 | 0 | 0.37 | 0.15 | 0.24 | 323.84 | 0.38 | 0.62 |
| Hex | C3 | 7A | A6 | 0 | 25 | F | 18 | 144 | 26 | 3E |
| Octal | 303 | 172 | 246 | 0 | 45 | 17 | 30 | 504 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10100110 | 0 | 100101 | 1111 | 11000 | 101000100 | 100110 | 111110 |
Color Harmonies of #C37AA6
Complementary color
Monochromatic Colors of #C37AA6
Black with #C37AA6
Text Example
Text Example
White with #C37AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AA6; }
p { color: rgb(195,122,166); }
H1.HeaderClassName
{
color: #C37AA6;
}
.AnyTagClassName
{
color: #C37AA6;
}
</style>
background-color css
<style>
a { background-color: #C37AA6; }
a { background-color: rgb(195,122,166); }
div.DivClassName
{
background-color: #C37AA6;
}
.BgClassName
{
background-color: #C37AA6;
}
</style>
border-color css
<style>
span { border-color: #C37AA6; }
span { border-color: rgb(195,122,166); }
td.TdClassName
{
border-color: #C37AA6;
}
.TagClassName
{
border-color: #C37AA6;
}
</style>