Shades of Hopbush #C37D9D
Tints of Hopbush #C37D9D
RGB
CMYK
RGB Variations
Color information
#C37D9D (or 0xC37D9D) is known color: Hopbush. HEX triplet: C3, 7D and 9D. RGB value is (195,125,157). Sum of RGB (Red+Green+Blue) = 195+125+157=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D9D is #3C8262. Grayscale: #959595. Windows color (decimal): -3965539 or 10321347. OLE color: 10321347.
HSL color Cylindrical-coordinate representation of color #C37D9D: hue angle of 332.57º 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 #C37D9D is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 157 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.24 |
| HSL | 332.57º | 0.37% | 0.63% | - |
| HSV(B) | 332.57º | 0.36% | 0.76% | - |
| XYZ | 35.93 | 28.7 | 35.55 | - |
| YUV | 149.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 157 | 0 | 0.36 | 0.19 | 0.24 | 332.57 | 0.37 | 0.63 |
| Hex | C3 | 7D | 9D | 0 | 24 | 13 | 18 | 14D | 25 | 3F |
| Octal | 303 | 175 | 235 | 0 | 44 | 23 | 30 | 515 | 45 | 77 |
| Binary | 11000011 | 1111101 | 10011101 | 0 | 100100 | 10011 | 11000 | 101001101 | 100101 | 111111 |
Color Harmonies of #C37D9D
Complementary color
Monochromatic Colors of #C37D9D
Black with #C37D9D
Text Example
Text Example
White with #C37D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D9D; }
p { color: rgb(195,125,157); }
H1.HeaderClassName
{
color: #C37D9D;
}
.AnyTagClassName
{
color: #C37D9D;
}
</style>
background-color css
<style>
a { background-color: #C37D9D; }
a { background-color: rgb(195,125,157); }
div.DivClassName
{
background-color: #C37D9D;
}
.BgClassName
{
background-color: #C37D9D;
}
</style>
border-color css
<style>
span { border-color: #C37D9D; }
span { border-color: rgb(195,125,157); }
td.TdClassName
{
border-color: #C37D9D;
}
.TagClassName
{
border-color: #C37D9D;
}
</style>