Shades of Bouquet #C16FAA
Tints of Bouquet #C16FAA
RGB
CMYK
RGB Variations
Color information
#C16FAA (or 0xC16FAA) is known color: Bouquet. HEX triplet: C1, 6F and AA. RGB value is (193,111,170). Sum of RGB (Red+Green+Blue) = 193+111+170=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16FAA is #3E9055. Grayscale: #8E8E8E. Windows color (decimal): -4100182 or 11169729. OLE color: 11169729.
HSL color Cylindrical-coordinate representation of color #C16FAA: hue angle of 316.83º 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 #C16FAA is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 170 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.24 |
| HSL | 316.83º | 0.4% | 0.6% | - |
| HSV(B) | 316.83º | 0.42% | 0.76% | - |
| XYZ | 34.93 | 25.61 | 41.13 | - |
| YUV | 142.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 170 | 0 | 0.42 | 0.12 | 0.24 | 316.83 | 0.4 | 0.6 |
| Hex | C1 | 6F | AA | 0 | 2A | C | 18 | 13D | 28 | 3C |
| Octal | 301 | 157 | 252 | 0 | 52 | 14 | 30 | 475 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10101010 | 0 | 101010 | 1100 | 11000 | 100111101 | 101000 | 111100 |
Color Harmonies of #C16FAA
Complementary color
Monochromatic Colors of #C16FAA
Black with #C16FAA
Text Example
Text Example
White with #C16FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FAA; }
p { color: rgb(193,111,170); }
H1.HeaderClassName
{
color: #C16FAA;
}
.AnyTagClassName
{
color: #C16FAA;
}
</style>
background-color css
<style>
a { background-color: #C16FAA; }
a { background-color: rgb(193,111,170); }
div.DivClassName
{
background-color: #C16FAA;
}
.BgClassName
{
background-color: #C16FAA;
}
</style>
border-color css
<style>
span { border-color: #C16FAA; }
span { border-color: rgb(193,111,170); }
td.TdClassName
{
border-color: #C16FAA;
}
.TagClassName
{
border-color: #C16FAA;
}
</style>