Shades of Bouquet #C06FAC
Tints of Bouquet #C06FAC
RGB
CMYK
RGB Variations
Color information
#C06FAC (or 0xC06FAC) is known color: Bouquet. HEX triplet: C0, 6F and AC. RGB value is (192,111,172). Sum of RGB (Red+Green+Blue) = 192+111+172=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FAC is #3F9053. Grayscale: #8E8E8E. Windows color (decimal): -4165716 or 11300800. OLE color: 11300800.
HSL color Cylindrical-coordinate representation of color #C06FAC: hue angle of 314.81º 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 #C06FAC is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 172 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.25 |
| HSL | 314.81º | 0.39% | 0.59% | - |
| HSV(B) | 314.81º | 0.42% | 0.75% | - |
| XYZ | 34.87 | 25.55 | 42.12 | - |
| YUV | 142.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 172 | 0 | 0.42 | 0.10 | 0.25 | 314.81 | 0.39 | 0.59 |
| Hex | C0 | 6F | AC | 0 | 2A | A | 19 | 13B | 27 | 3B |
| Octal | 300 | 157 | 254 | 0 | 52 | 12 | 31 | 473 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10101100 | 0 | 101010 | 1010 | 11001 | 100111011 | 100111 | 111011 |
Color Harmonies of #C06FAC
Complementary color
Monochromatic Colors of #C06FAC
Black with #C06FAC
Text Example
Text Example
White with #C06FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FAC; }
p { color: rgb(192,111,172); }
H1.HeaderClassName
{
color: #C06FAC;
}
.AnyTagClassName
{
color: #C06FAC;
}
</style>
background-color css
<style>
a { background-color: #C06FAC; }
a { background-color: rgb(192,111,172); }
div.DivClassName
{
background-color: #C06FAC;
}
.BgClassName
{
background-color: #C06FAC;
}
</style>
border-color css
<style>
span { border-color: #C06FAC; }
span { border-color: rgb(192,111,172); }
td.TdClassName
{
border-color: #C06FAC;
}
.TagClassName
{
border-color: #C06FAC;
}
</style>