Shades of Hopbush #C0649C
Tints of Hopbush #C0649C
RGB
CMYK
RGB Variations
Color information
#C0649C (or 0xC0649C) is known color: Hopbush. HEX triplet: C0, 64 and 9C. RGB value is (192,100,156). Sum of RGB (Red+Green+Blue) = 192+100+156=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0649C is #3F9B63. Grayscale: #858585. Windows color (decimal): -4168548 or 10249408. OLE color: 10249408.
HSL color Cylindrical-coordinate representation of color #C0649C: hue angle of 323.48º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0649C is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 156 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.25 |
| HSL | 323.48º | 0.42% | 0.57% | - |
| HSV(B) | 323.48º | 0.48% | 0.75% | - |
| XYZ | 32.3 | 22.72 | 34.14 | - |
| YUV | 133.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 156 | 0 | 0.48 | 0.19 | 0.25 | 323.48 | 0.42 | 0.57 |
| Hex | C0 | 64 | 9C | 0 | 30 | 13 | 19 | 143 | 2A | 39 |
| Octal | 300 | 144 | 234 | 0 | 60 | 23 | 31 | 503 | 52 | 71 |
| Binary | 11000000 | 1100100 | 10011100 | 0 | 110000 | 10011 | 11001 | 101000011 | 101010 | 111001 |
Color Harmonies of #C0649C
Complementary color
Monochromatic Colors of #C0649C
Black with #C0649C
Text Example
Text Example
White with #C0649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0649C; }
p { color: rgb(192,100,156); }
H1.HeaderClassName
{
color: #C0649C;
}
.AnyTagClassName
{
color: #C0649C;
}
</style>
background-color css
<style>
a { background-color: #C0649C; }
a { background-color: rgb(192,100,156); }
div.DivClassName
{
background-color: #C0649C;
}
.BgClassName
{
background-color: #C0649C;
}
</style>
border-color css
<style>
span { border-color: #C0649C; }
span { border-color: rgb(192,100,156); }
td.TdClassName
{
border-color: #C0649C;
}
.TagClassName
{
border-color: #C0649C;
}
</style>