Shades of Hopbush #C06DA4
Tints of Hopbush #C06DA4
RGB
CMYK
RGB Variations
Color information
#C06DA4 (or 0xC06DA4) is known color: Hopbush. HEX triplet: C0, 6D and A4. RGB value is (192,109,164). Sum of RGB (Red+Green+Blue) = 192+109+164=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06DA4 is #3F925B. Grayscale: #8B8B8B. Windows color (decimal): -4166236 or 10776000. OLE color: 10776000.
HSL color Cylindrical-coordinate representation of color #C06DA4: hue angle of 320.24º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06DA4 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 164 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.25 |
| HSL | 320.24º | 0.4% | 0.59% | - |
| HSV(B) | 320.24º | 0.43% | 0.75% | - |
| XYZ | 33.91 | 24.82 | 38.13 | - |
| YUV | 140.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 164 | 0 | 0.43 | 0.15 | 0.25 | 320.24 | 0.4 | 0.59 |
| Hex | C0 | 6D | A4 | 0 | 2B | F | 19 | 140 | 28 | 3B |
| Octal | 300 | 155 | 244 | 0 | 53 | 17 | 31 | 500 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10100100 | 0 | 101011 | 1111 | 11001 | 101000000 | 101000 | 111011 |
Color Harmonies of #C06DA4
Complementary color
Monochromatic Colors of #C06DA4
Black with #C06DA4
Text Example
Text Example
White with #C06DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DA4; }
p { color: rgb(192,109,164); }
H1.HeaderClassName
{
color: #C06DA4;
}
.AnyTagClassName
{
color: #C06DA4;
}
</style>
background-color css
<style>
a { background-color: #C06DA4; }
a { background-color: rgb(192,109,164); }
div.DivClassName
{
background-color: #C06DA4;
}
.BgClassName
{
background-color: #C06DA4;
}
</style>
border-color css
<style>
span { border-color: #C06DA4; }
span { border-color: rgb(192,109,164); }
td.TdClassName
{
border-color: #C06DA4;
}
.TagClassName
{
border-color: #C06DA4;
}
</style>