Shades of Hopbush #C06793
Tints of Hopbush #C06793
RGB
CMYK
RGB Variations
Color information
#C06793 (or 0xC06793) is known color: Hopbush. HEX triplet: C0, 67 and 93. RGB value is (192,103,147). Sum of RGB (Red+Green+Blue) = 192+103+147=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C06793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06793 is #3F986C. Grayscale: #868686. Windows color (decimal): -4167789 or 9660352. OLE color: 9660352.
HSL color Cylindrical-coordinate representation of color #C06793: hue angle of 330.34º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06793 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 147 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.25 |
| HSL | 330.34º | 0.41% | 0.58% | - |
| HSV(B) | 330.34º | 0.46% | 0.75% | - |
| XYZ | 31.85 | 23.01 | 30.37 | - |
| YUV | 134.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 147 | 0 | 0.46 | 0.23 | 0.25 | 330.34 | 0.41 | 0.58 |
| Hex | C0 | 67 | 93 | 0 | 2E | 17 | 19 | 14A | 29 | 3A |
| Octal | 300 | 147 | 223 | 0 | 56 | 27 | 31 | 512 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10010011 | 0 | 101110 | 10111 | 11001 | 101001010 | 101001 | 111010 |
Color Harmonies of #C06793
Complementary color
Monochromatic Colors of #C06793
Black with #C06793
Text Example
Text Example
White with #C06793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06793; }
p { color: rgb(192,103,147); }
H1.HeaderClassName
{
color: #C06793;
}
.AnyTagClassName
{
color: #C06793;
}
</style>
background-color css
<style>
a { background-color: #C06793; }
a { background-color: rgb(192,103,147); }
div.DivClassName
{
background-color: #C06793;
}
.BgClassName
{
background-color: #C06793;
}
</style>
border-color css
<style>
span { border-color: #C06793; }
span { border-color: rgb(192,103,147); }
td.TdClassName
{
border-color: #C06793;
}
.TagClassName
{
border-color: #C06793;
}
</style>