Shades of Bouquet #C06FA9
Tints of Bouquet #C06FA9
RGB
CMYK
RGB Variations
Color information
#C06FA9 (or 0xC06FA9) is known color: Bouquet. HEX triplet: C0, 6F and A9. RGB value is (192,111,169). Sum of RGB (Red+Green+Blue) = 192+111+169=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FA9 is #3F9056. Grayscale: #8D8D8D. Windows color (decimal): -4165719 or 11104192. OLE color: 11104192.
HSL color Cylindrical-coordinate representation of color #C06FA9: hue angle of 317.04º 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 #C06FA9 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 169 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.25 |
| HSL | 317.04º | 0.39% | 0.59% | - |
| HSV(B) | 317.04º | 0.42% | 0.75% | - |
| XYZ | 34.58 | 25.44 | 40.62 | - |
| YUV | 141.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 169 | 0 | 0.42 | 0.12 | 0.25 | 317.04 | 0.39 | 0.59 |
| Hex | C0 | 6F | A9 | 0 | 2A | C | 19 | 13D | 27 | 3B |
| Octal | 300 | 157 | 251 | 0 | 52 | 14 | 31 | 475 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10101001 | 0 | 101010 | 1100 | 11001 | 100111101 | 100111 | 111011 |
Color Harmonies of #C06FA9
Complementary color
Monochromatic Colors of #C06FA9
Black with #C06FA9
Text Example
Text Example
White with #C06FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FA9; }
p { color: rgb(192,111,169); }
H1.HeaderClassName
{
color: #C06FA9;
}
.AnyTagClassName
{
color: #C06FA9;
}
</style>
background-color css
<style>
a { background-color: #C06FA9; }
a { background-color: rgb(192,111,169); }
div.DivClassName
{
background-color: #C06FA9;
}
.BgClassName
{
background-color: #C06FA9;
}
</style>
border-color css
<style>
span { border-color: #C06FA9; }
span { border-color: rgb(192,111,169); }
td.TdClassName
{
border-color: #C06FA9;
}
.TagClassName
{
border-color: #C06FA9;
}
</style>