Shades of Hopbush #C2638C
Tints of Hopbush #C2638C
RGB
CMYK
RGB Variations
Color information
#C2638C (or 0xC2638C) is known color: Hopbush. HEX triplet: C2, 63 and 8C. RGB value is (194,99,140). Sum of RGB (Red+Green+Blue) = 194+99+140=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2638C is #3D9C73. Grayscale: #848484. Windows color (decimal): -4037748 or 9200578. OLE color: 9200578.
HSL color Cylindrical-coordinate representation of color #C2638C: hue angle of 334.11º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2638C is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 140 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.24 |
| HSL | 334.11º | 0.44% | 0.57% | - |
| HSV(B) | 334.11º | 0.49% | 0.76% | - |
| XYZ | 31.44 | 22.29 | 27.46 | - |
| YUV | 132.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 140 | 0 | 0.49 | 0.28 | 0.24 | 334.11 | 0.44 | 0.57 |
| Hex | C2 | 63 | 8C | 0 | 31 | 1C | 18 | 14E | 2C | 39 |
| Octal | 302 | 143 | 214 | 0 | 61 | 34 | 30 | 516 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10001100 | 0 | 110001 | 11100 | 11000 | 101001110 | 101100 | 111001 |
Color Harmonies of #C2638C
Complementary color
Monochromatic Colors of #C2638C
Black with #C2638C
Text Example
Text Example
White with #C2638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2638C; }
p { color: rgb(194,99,140); }
H1.HeaderClassName
{
color: #C2638C;
}
.AnyTagClassName
{
color: #C2638C;
}
</style>
background-color css
<style>
a { background-color: #C2638C; }
a { background-color: rgb(194,99,140); }
div.DivClassName
{
background-color: #C2638C;
}
.BgClassName
{
background-color: #C2638C;
}
</style>
border-color css
<style>
span { border-color: #C2638C; }
span { border-color: rgb(194,99,140); }
td.TdClassName
{
border-color: #C2638C;
}
.TagClassName
{
border-color: #C2638C;
}
</style>