Shades of Hopbush #C06697
Tints of Hopbush #C06697
RGB
CMYK
RGB Variations
Color information
#C06697 (or 0xC06697) is known color: Hopbush. HEX triplet: C0, 66 and 97. RGB value is (192,102,151). Sum of RGB (Red+Green+Blue) = 192+102+151=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C06697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06697 is #3F9968. Grayscale: #868686. Windows color (decimal): -4168041 or 9922240. OLE color: 9922240.
HSL color Cylindrical-coordinate representation of color #C06697: hue angle of 327.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06697 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 151 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.25 |
| HSL | 327.33º | 0.42% | 0.58% | - |
| HSV(B) | 327.33º | 0.47% | 0.75% | - |
| XYZ | 32.08 | 22.94 | 32.02 | - |
| YUV | 134.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 151 | 0 | 0.47 | 0.21 | 0.25 | 327.33 | 0.42 | 0.58 |
| Hex | C0 | 66 | 97 | 0 | 2F | 15 | 19 | 147 | 2A | 3A |
| Octal | 300 | 146 | 227 | 0 | 57 | 25 | 31 | 507 | 52 | 72 |
| Binary | 11000000 | 1100110 | 10010111 | 0 | 101111 | 10101 | 11001 | 101000111 | 101010 | 111010 |
Color Harmonies of #C06697
Complementary color
Monochromatic Colors of #C06697
Black with #C06697
Text Example
Text Example
White with #C06697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06697; }
p { color: rgb(192,102,151); }
H1.HeaderClassName
{
color: #C06697;
}
.AnyTagClassName
{
color: #C06697;
}
</style>
background-color css
<style>
a { background-color: #C06697; }
a { background-color: rgb(192,102,151); }
div.DivClassName
{
background-color: #C06697;
}
.BgClassName
{
background-color: #C06697;
}
</style>
border-color css
<style>
span { border-color: #C06697; }
span { border-color: rgb(192,102,151); }
td.TdClassName
{
border-color: #C06697;
}
.TagClassName
{
border-color: #C06697;
}
</style>