Shades of Hopbush #C15F88
Tints of Hopbush #C15F88
RGB
CMYK
RGB Variations
Color information
#C15F88 (or 0xC15F88) is known color: Hopbush. HEX triplet: C1, 5F and 88. RGB value is (193,95,136). Sum of RGB (Red+Green+Blue) = 193+95+136=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F88 is #3EA077. Grayscale: #808080. Windows color (decimal): -4104312 or 8937409. OLE color: 8937409.
HSL color Cylindrical-coordinate representation of color #C15F88: hue angle of 334.9º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15F88 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 136 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.24 |
| HSL | 334.9º | 0.44% | 0.56% | - |
| HSV(B) | 334.9º | 0.51% | 0.76% | - |
| XYZ | 30.53 | 21.3 | 25.79 | - |
| YUV | 128.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 136 | 0 | 0.51 | 0.30 | 0.24 | 334.9 | 0.44 | 0.56 |
| Hex | C1 | 5F | 88 | 0 | 33 | 1E | 18 | 14F | 2C | 38 |
| Octal | 301 | 137 | 210 | 0 | 63 | 36 | 30 | 517 | 54 | 70 |
| Binary | 11000001 | 1011111 | 10001000 | 0 | 110011 | 11110 | 11000 | 101001111 | 101100 | 111000 |
Color Harmonies of #C15F88
Complementary color
Monochromatic Colors of #C15F88
Black with #C15F88
Text Example
Text Example
White with #C15F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15F88; }
p { color: rgb(193,95,136); }
H1.HeaderClassName
{
color: #C15F88;
}
.AnyTagClassName
{
color: #C15F88;
}
</style>
background-color css
<style>
a { background-color: #C15F88; }
a { background-color: rgb(193,95,136); }
div.DivClassName
{
background-color: #C15F88;
}
.BgClassName
{
background-color: #C15F88;
}
</style>
border-color css
<style>
span { border-color: #C15F88; }
span { border-color: rgb(193,95,136); }
td.TdClassName
{
border-color: #C15F88;
}
.TagClassName
{
border-color: #C15F88;
}
</style>