Shades of Hopbush #C06FA5
Tints of Hopbush #C06FA5
RGB
CMYK
RGB Variations
Color information
#C06FA5 (or 0xC06FA5) is known color: Hopbush. HEX triplet: C0, 6F and A5. RGB value is (192,111,165). Sum of RGB (Red+Green+Blue) = 192+111+165=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FA5 is #3F905A. Grayscale: #8D8D8D. Windows color (decimal): -4165723 or 10842048. OLE color: 10842048.
HSL color Cylindrical-coordinate representation of color #C06FA5: hue angle of 320º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06FA5 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 165 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.25 |
| HSL | 320º | 0.39% | 0.59% | - |
| HSV(B) | 320º | 0.42% | 0.75% | - |
| XYZ | 34.21 | 25.29 | 38.68 | - |
| YUV | 141.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 165 | 0 | 0.42 | 0.14 | 0.25 | 320 | 0.39 | 0.59 |
| Hex | C0 | 6F | A5 | 0 | 2A | E | 19 | 140 | 27 | 3B |
| Octal | 300 | 157 | 245 | 0 | 52 | 16 | 31 | 500 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10100101 | 0 | 101010 | 1110 | 11001 | 101000000 | 100111 | 111011 |
Color Harmonies of #C06FA5
Complementary color
Monochromatic Colors of #C06FA5
Black with #C06FA5
Text Example
Text Example
White with #C06FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FA5; }
p { color: rgb(192,111,165); }
H1.HeaderClassName
{
color: #C06FA5;
}
.AnyTagClassName
{
color: #C06FA5;
}
</style>
background-color css
<style>
a { background-color: #C06FA5; }
a { background-color: rgb(192,111,165); }
div.DivClassName
{
background-color: #C06FA5;
}
.BgClassName
{
background-color: #C06FA5;
}
</style>
border-color css
<style>
span { border-color: #C06FA5; }
span { border-color: rgb(192,111,165); }
td.TdClassName
{
border-color: #C06FA5;
}
.TagClassName
{
border-color: #C06FA5;
}
</style>