Shades of Bouquet #C16FAC
Tints of Bouquet #C16FAC
RGB
CMYK
RGB Variations
Color information
#C16FAC (or 0xC16FAC) is known color: Bouquet. HEX triplet: C1, 6F and AC. RGB value is (193,111,172). Sum of RGB (Red+Green+Blue) = 193+111+172=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16FAC is #3E9053. Grayscale: #8E8E8E. Windows color (decimal): -4100180 or 11300801. OLE color: 11300801.
HSL color Cylindrical-coordinate representation of color #C16FAC: hue angle of 315.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16FAC is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 172 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.24 |
| HSL | 315.37º | 0.4% | 0.6% | - |
| HSV(B) | 315.37º | 0.42% | 0.76% | - |
| XYZ | 35.12 | 25.68 | 42.14 | - |
| YUV | 142.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 172 | 0 | 0.42 | 0.11 | 0.24 | 315.37 | 0.4 | 0.6 |
| Hex | C1 | 6F | AC | 0 | 2A | B | 18 | 13B | 28 | 3C |
| Octal | 301 | 157 | 254 | 0 | 52 | 13 | 30 | 473 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10101100 | 0 | 101010 | 1011 | 11000 | 100111011 | 101000 | 111100 |
Color Harmonies of #C16FAC
Complementary color
Monochromatic Colors of #C16FAC
Black with #C16FAC
Text Example
Text Example
White with #C16FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FAC; }
p { color: rgb(193,111,172); }
H1.HeaderClassName
{
color: #C16FAC;
}
.AnyTagClassName
{
color: #C16FAC;
}
</style>
background-color css
<style>
a { background-color: #C16FAC; }
a { background-color: rgb(193,111,172); }
div.DivClassName
{
background-color: #C16FAC;
}
.BgClassName
{
background-color: #C16FAC;
}
</style>
border-color css
<style>
span { border-color: #C16FAC; }
span { border-color: rgb(193,111,172); }
td.TdClassName
{
border-color: #C16FAC;
}
.TagClassName
{
border-color: #C16FAC;
}
</style>