Shades of Bouquet #C16FA9
Tints of Bouquet #C16FA9
RGB
CMYK
RGB Variations
Color information
#C16FA9 (or 0xC16FA9) is known color: Bouquet. HEX triplet: C1, 6F and A9. RGB value is (193,111,169). Sum of RGB (Red+Green+Blue) = 193+111+169=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16FA9 is #3E9056. Grayscale: #8D8D8D. Windows color (decimal): -4100183 or 11104193. OLE color: 11104193.
HSL color Cylindrical-coordinate representation of color #C16FA9: hue angle of 317.56º 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 #C16FA9 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 169 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.24 |
| HSL | 317.56º | 0.4% | 0.6% | - |
| HSV(B) | 317.56º | 0.42% | 0.76% | - |
| XYZ | 34.84 | 25.57 | 40.64 | - |
| YUV | 142.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 169 | 0 | 0.42 | 0.12 | 0.24 | 317.56 | 0.4 | 0.6 |
| Hex | C1 | 6F | A9 | 0 | 2A | C | 18 | 13E | 28 | 3C |
| Octal | 301 | 157 | 251 | 0 | 52 | 14 | 30 | 476 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10101001 | 0 | 101010 | 1100 | 11000 | 100111110 | 101000 | 111100 |
Color Harmonies of #C16FA9
Complementary color
Monochromatic Colors of #C16FA9
Black with #C16FA9
Text Example
Text Example
White with #C16FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FA9; }
p { color: rgb(193,111,169); }
H1.HeaderClassName
{
color: #C16FA9;
}
.AnyTagClassName
{
color: #C16FA9;
}
</style>
background-color css
<style>
a { background-color: #C16FA9; }
a { background-color: rgb(193,111,169); }
div.DivClassName
{
background-color: #C16FA9;
}
.BgClassName
{
background-color: #C16FA9;
}
</style>
border-color css
<style>
span { border-color: #C16FA9; }
span { border-color: rgb(193,111,169); }
td.TdClassName
{
border-color: #C16FA9;
}
.TagClassName
{
border-color: #C16FA9;
}
</style>