Shades of Hopbush #C1608A
Tints of Hopbush #C1608A
RGB
CMYK
RGB Variations
Color information
#C1608A (or 0xC1608A) is known color: Hopbush. HEX triplet: C1, 60 and 8A. RGB value is (193,96,138). Sum of RGB (Red+Green+Blue) = 193+96+138=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C1608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1608A is #3E9F75. Grayscale: #818181. Windows color (decimal): -4104054 or 9068737. OLE color: 9068737.
HSL color Cylindrical-coordinate representation of color #C1608A: hue angle of 334.02º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1608A is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 138 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.24 |
| HSL | 334.02º | 0.44% | 0.57% | - |
| HSV(B) | 334.02º | 0.5% | 0.76% | - |
| XYZ | 30.76 | 21.54 | 26.58 | - |
| YUV | 129.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 138 | 0 | 0.50 | 0.28 | 0.24 | 334.02 | 0.44 | 0.57 |
| Hex | C1 | 60 | 8A | 0 | 32 | 1C | 18 | 14E | 2C | 39 |
| Octal | 301 | 140 | 212 | 0 | 62 | 34 | 30 | 516 | 54 | 71 |
| Binary | 11000001 | 1100000 | 10001010 | 0 | 110010 | 11100 | 11000 | 101001110 | 101100 | 111001 |
Color Harmonies of #C1608A
Complementary color
Monochromatic Colors of #C1608A
Black with #C1608A
Text Example
Text Example
White with #C1608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1608A; }
p { color: rgb(193,96,138); }
H1.HeaderClassName
{
color: #C1608A;
}
.AnyTagClassName
{
color: #C1608A;
}
</style>
background-color css
<style>
a { background-color: #C1608A; }
a { background-color: rgb(193,96,138); }
div.DivClassName
{
background-color: #C1608A;
}
.BgClassName
{
background-color: #C1608A;
}
</style>
border-color css
<style>
span { border-color: #C1608A; }
span { border-color: rgb(193,96,138); }
td.TdClassName
{
border-color: #C1608A;
}
.TagClassName
{
border-color: #C1608A;
}
</style>