Shades of Hopbush #C37DA0
Tints of Hopbush #C37DA0
RGB
CMYK
RGB Variations
Color information
#C37DA0 (or 0xC37DA0) is known color: Hopbush. HEX triplet: C3, 7D and A0. RGB value is (195,125,160). Sum of RGB (Red+Green+Blue) = 195+125+160=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37DA0 is #3C825F. Grayscale: #959595. Windows color (decimal): -3965536 or 10517955. OLE color: 10517955.
HSL color Cylindrical-coordinate representation of color #C37DA0: hue angle of 330º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37DA0 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 125 | 160 | - |
CMYK | 0 | 0.36 | 0.18 | 0.24 |
HSL | 330º | 0.37% | 0.63% | - |
HSV(B) | 330º | 0.36% | 0.76% | - |
XYZ | 36.18 | 28.81 | 36.91 | - |
YUV | 149.92 | 133.69 | 160.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 125 | 160 | 0 | 0.36 | 0.18 | 0.24 | 330 | 0.37 | 0.63 |
Hex | C3 | 7D | A0 | 0 | 24 | 12 | 18 | 14A | 25 | 3F |
Octal | 303 | 175 | 240 | 0 | 44 | 22 | 30 | 512 | 45 | 77 |
Binary | 11000011 | 1111101 | 10100000 | 0 | 100100 | 10010 | 11000 | 101001010 | 100101 | 111111 |
Color Harmonies of #C37DA0
Complementary color
Monochromatic Colors of #C37DA0
Black with #C37DA0
Text Example
Text Example
White with #C37DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DA0; }
p { color: rgb(195,125,160); }
H1.HeaderClassName
{
color: #C37DA0;
}
.AnyTagClassName
{
color: #C37DA0;
}
</style>
background-color css
<style>
a { background-color: #C37DA0; }
a { background-color: rgb(195,125,160); }
div.DivClassName
{
background-color: #C37DA0;
}
.BgClassName
{
background-color: #C37DA0;
}
</style>
border-color css
<style>
span { border-color: #C37DA0; }
span { border-color: rgb(195,125,160); }
td.TdClassName
{
border-color: #C37DA0;
}
.TagClassName
{
border-color: #C37DA0;
}
</style>