Shades of Hopbush #C06093
Tints of Hopbush #C06093
RGB
CMYK
RGB Variations
Color information
#C06093 (or 0xC06093) is known color: Hopbush. HEX triplet: C0, 60 and 93. RGB value is (192,96,147). Sum of RGB (Red+Green+Blue) = 192+96+147=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C06093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06093 is #3F9F6C. Grayscale: #828282. Windows color (decimal): -4169581 or 9658560. OLE color: 9658560.
HSL color Cylindrical-coordinate representation of color #C06093: hue angle of 328.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06093 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 147 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.25 |
| HSL | 328.13º | 0.43% | 0.56% | - |
| HSV(B) | 328.13º | 0.5% | 0.75% | - |
| XYZ | 31.19 | 21.68 | 30.14 | - |
| YUV | 130.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 147 | 0 | 0.50 | 0.23 | 0.25 | 328.13 | 0.43 | 0.56 |
| Hex | C0 | 60 | 93 | 0 | 32 | 17 | 19 | 148 | 2B | 38 |
| Octal | 300 | 140 | 223 | 0 | 62 | 27 | 31 | 510 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10010011 | 0 | 110010 | 10111 | 11001 | 101001000 | 101011 | 111000 |
Color Harmonies of #C06093
Complementary color
Monochromatic Colors of #C06093
Black with #C06093
Text Example
Text Example
White with #C06093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06093; }
p { color: rgb(192,96,147); }
H1.HeaderClassName
{
color: #C06093;
}
.AnyTagClassName
{
color: #C06093;
}
</style>
background-color css
<style>
a { background-color: #C06093; }
a { background-color: rgb(192,96,147); }
div.DivClassName
{
background-color: #C06093;
}
.BgClassName
{
background-color: #C06093;
}
</style>
border-color css
<style>
span { border-color: #C06093; }
span { border-color: rgb(192,96,147); }
td.TdClassName
{
border-color: #C06093;
}
.TagClassName
{
border-color: #C06093;
}
</style>