Shades of Hopbush #C1638C
Tints of Hopbush #C1638C
RGB
CMYK
RGB Variations
Color information
#C1638C (or 0xC1638C) is known color: Hopbush. HEX triplet: C1, 63 and 8C. RGB value is (193,99,140). Sum of RGB (Red+Green+Blue) = 193+99+140=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1638C is #3E9C73. Grayscale: #838383. Windows color (decimal): -4103284 or 9200577. OLE color: 9200577.
HSL color Cylindrical-coordinate representation of color #C1638C: hue angle of 333.83º degrees, saturation: 0.43, 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 #C1638C is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 140 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.24 |
| HSL | 333.83º | 0.43% | 0.57% | - |
| HSV(B) | 333.83º | 0.49% | 0.76% | - |
| XYZ | 31.19 | 22.15 | 27.44 | - |
| YUV | 131.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 140 | 0 | 0.49 | 0.27 | 0.24 | 333.83 | 0.43 | 0.57 |
| Hex | C1 | 63 | 8C | 0 | 31 | 1B | 18 | 14E | 2B | 39 |
| Octal | 301 | 143 | 214 | 0 | 61 | 33 | 30 | 516 | 53 | 71 |
| Binary | 11000001 | 1100011 | 10001100 | 0 | 110001 | 11011 | 11000 | 101001110 | 101011 | 111001 |
Color Harmonies of #C1638C
Complementary color
Monochromatic Colors of #C1638C
Black with #C1638C
Text Example
Text Example
White with #C1638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1638C; }
p { color: rgb(193,99,140); }
H1.HeaderClassName
{
color: #C1638C;
}
.AnyTagClassName
{
color: #C1638C;
}
</style>
background-color css
<style>
a { background-color: #C1638C; }
a { background-color: rgb(193,99,140); }
div.DivClassName
{
background-color: #C1638C;
}
.BgClassName
{
background-color: #C1638C;
}
</style>
border-color css
<style>
span { border-color: #C1638C; }
span { border-color: rgb(193,99,140); }
td.TdClassName
{
border-color: #C1638C;
}
.TagClassName
{
border-color: #C1638C;
}
</style>