Shades of Bouquet #C16EAB
Tints of Bouquet #C16EAB
RGB
CMYK
RGB Variations
Color information
#C16EAB (or 0xC16EAB) is known color: Bouquet. HEX triplet: C1, 6E and AB. RGB value is (193,110,171). Sum of RGB (Red+Green+Blue) = 193+110+171=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EAB is #3E9154. Grayscale: #8D8D8D. Windows color (decimal): -4100437 or 11235009. OLE color: 11235009.
HSL color Cylindrical-coordinate representation of color #C16EAB: hue angle of 315.9º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C16EAB is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 171 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.24 |
| HSL | 315.9º | 0.4% | 0.59% | - |
| HSV(B) | 315.9º | 0.43% | 0.76% | - |
| XYZ | 34.92 | 25.43 | 41.6 | - |
| YUV | 141.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 171 | 0 | 0.43 | 0.11 | 0.24 | 315.9 | 0.4 | 0.59 |
| Hex | C1 | 6E | AB | 0 | 2B | B | 18 | 13C | 28 | 3B |
| Octal | 301 | 156 | 253 | 0 | 53 | 13 | 30 | 474 | 50 | 73 |
| Binary | 11000001 | 1101110 | 10101011 | 0 | 101011 | 1011 | 11000 | 100111100 | 101000 | 111011 |
Color Harmonies of #C16EAB
Complementary color
Monochromatic Colors of #C16EAB
Black with #C16EAB
Text Example
Text Example
White with #C16EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EAB; }
p { color: rgb(193,110,171); }
H1.HeaderClassName
{
color: #C16EAB;
}
.AnyTagClassName
{
color: #C16EAB;
}
</style>
background-color css
<style>
a { background-color: #C16EAB; }
a { background-color: rgb(193,110,171); }
div.DivClassName
{
background-color: #C16EAB;
}
.BgClassName
{
background-color: #C16EAB;
}
</style>
border-color css
<style>
span { border-color: #C16EAB; }
span { border-color: rgb(193,110,171); }
td.TdClassName
{
border-color: #C16EAB;
}
.TagClassName
{
border-color: #C16EAB;
}
</style>