Shades of Hopbush #C37BA2
Tints of Hopbush #C37BA2
RGB
CMYK
RGB Variations
Color information
#C37BA2 (or 0xC37BA2) is known color: Hopbush. HEX triplet: C3, 7B and A2. RGB value is (195,123,162). Sum of RGB (Red+Green+Blue) = 195+123+162=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37BA2 is #3C845D. Grayscale: #949494. Windows color (decimal): -3966046 or 10648515. OLE color: 10648515.
HSL color Cylindrical-coordinate representation of color #C37BA2: hue angle of 327.5º 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 #C37BA2 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 162 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.24 |
| HSL | 327.5º | 0.38% | 0.62% | - |
| HSV(B) | 327.5º | 0.37% | 0.76% | - |
| XYZ | 36.11 | 28.38 | 37.76 | - |
| YUV | 148.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 162 | 0 | 0.37 | 0.17 | 0.24 | 327.5 | 0.38 | 0.62 |
| Hex | C3 | 7B | A2 | 0 | 25 | 11 | 18 | 148 | 26 | 3E |
| Octal | 303 | 173 | 242 | 0 | 45 | 21 | 30 | 510 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10100010 | 0 | 100101 | 10001 | 11000 | 101001000 | 100110 | 111110 |
Color Harmonies of #C37BA2
Complementary color
Monochromatic Colors of #C37BA2
Black with #C37BA2
Text Example
Text Example
White with #C37BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BA2; }
p { color: rgb(195,123,162); }
H1.HeaderClassName
{
color: #C37BA2;
}
.AnyTagClassName
{
color: #C37BA2;
}
</style>
background-color css
<style>
a { background-color: #C37BA2; }
a { background-color: rgb(195,123,162); }
div.DivClassName
{
background-color: #C37BA2;
}
.BgClassName
{
background-color: #C37BA2;
}
</style>
border-color css
<style>
span { border-color: #C37BA2; }
span { border-color: rgb(195,123,162); }
td.TdClassName
{
border-color: #C37BA2;
}
.TagClassName
{
border-color: #C37BA2;
}
</style>