Shades of Hopbush #C0699A
Tints of Hopbush #C0699A
RGB
CMYK
RGB Variations
Color information
#C0699A (or 0xC0699A) is known color: Hopbush. HEX triplet: C0, 69 and 9A. RGB value is (192,105,154). Sum of RGB (Red+Green+Blue) = 192+105+154=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0699A is #3F9665. Grayscale: #888888. Windows color (decimal): -4167270 or 10119616. OLE color: 10119616.
HSL color Cylindrical-coordinate representation of color #C0699A: hue angle of 326.21º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0699A is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 154 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.25 |
| HSL | 326.21º | 0.41% | 0.58% | - |
| HSV(B) | 326.21º | 0.45% | 0.75% | - |
| XYZ | 32.62 | 23.64 | 33.42 | - |
| YUV | 136.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 154 | 0 | 0.45 | 0.20 | 0.25 | 326.21 | 0.41 | 0.58 |
| Hex | C0 | 69 | 9A | 0 | 2D | 14 | 19 | 146 | 29 | 3A |
| Octal | 300 | 151 | 232 | 0 | 55 | 24 | 31 | 506 | 51 | 72 |
| Binary | 11000000 | 1101001 | 10011010 | 0 | 101101 | 10100 | 11001 | 101000110 | 101001 | 111010 |
Color Harmonies of #C0699A
Complementary color
Monochromatic Colors of #C0699A
Black with #C0699A
Text Example
Text Example
White with #C0699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0699A; }
p { color: rgb(192,105,154); }
H1.HeaderClassName
{
color: #C0699A;
}
.AnyTagClassName
{
color: #C0699A;
}
</style>
background-color css
<style>
a { background-color: #C0699A; }
a { background-color: rgb(192,105,154); }
div.DivClassName
{
background-color: #C0699A;
}
.BgClassName
{
background-color: #C0699A;
}
</style>
border-color css
<style>
span { border-color: #C0699A; }
span { border-color: rgb(192,105,154); }
td.TdClassName
{
border-color: #C0699A;
}
.TagClassName
{
border-color: #C0699A;
}
</style>