Shades of Hopbush #C2638B
Tints of Hopbush #C2638B
RGB
CMYK
RGB Variations
Color information
#C2638B (or 0xC2638B) is known color: Hopbush. HEX triplet: C2, 63 and 8B. RGB value is (194,99,139). Sum of RGB (Red+Green+Blue) = 194+99+139=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2638B is #3D9C74. Grayscale: #838383. Windows color (decimal): -4037749 or 9135042. OLE color: 9135042.
HSL color Cylindrical-coordinate representation of color #C2638B: hue angle of 334.74º 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 #C2638B is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 139 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.24 |
| HSL | 334.74º | 0.44% | 0.57% | - |
| HSV(B) | 334.74º | 0.49% | 0.76% | - |
| XYZ | 31.37 | 22.26 | 27.07 | - |
| YUV | 131.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 139 | 0 | 0.49 | 0.28 | 0.24 | 334.74 | 0.44 | 0.57 |
| Hex | C2 | 63 | 8B | 0 | 31 | 1C | 18 | 14F | 2C | 39 |
| Octal | 302 | 143 | 213 | 0 | 61 | 34 | 30 | 517 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10001011 | 0 | 110001 | 11100 | 11000 | 101001111 | 101100 | 111001 |
Color Harmonies of #C2638B
Complementary color
Monochromatic Colors of #C2638B
Black with #C2638B
Text Example
Text Example
White with #C2638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2638B; }
p { color: rgb(194,99,139); }
H1.HeaderClassName
{
color: #C2638B;
}
.AnyTagClassName
{
color: #C2638B;
}
</style>
background-color css
<style>
a { background-color: #C2638B; }
a { background-color: rgb(194,99,139); }
div.DivClassName
{
background-color: #C2638B;
}
.BgClassName
{
background-color: #C2638B;
}
</style>
border-color css
<style>
span { border-color: #C2638B; }
span { border-color: rgb(194,99,139); }
td.TdClassName
{
border-color: #C2638B;
}
.TagClassName
{
border-color: #C2638B;
}
</style>