Shades of Bouquet #C16FAB
Tints of Bouquet #C16FAB
RGB
CMYK
RGB Variations
Color information
#C16FAB (or 0xC16FAB) is known color: Bouquet. HEX triplet: C1, 6F and AB. RGB value is (193,111,171). Sum of RGB (Red+Green+Blue) = 193+111+171=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16FAB is #3E9054. Grayscale: #8E8E8E. Windows color (decimal): -4100181 or 11235265. OLE color: 11235265.
HSL color Cylindrical-coordinate representation of color #C16FAB: hue angle of 316.1º 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 #C16FAB is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 171 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.24 |
| HSL | 316.1º | 0.4% | 0.6% | - |
| HSV(B) | 316.1º | 0.42% | 0.76% | - |
| XYZ | 35.03 | 25.65 | 41.63 | - |
| YUV | 142.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 171 | 0 | 0.42 | 0.11 | 0.24 | 316.1 | 0.4 | 0.6 |
| Hex | C1 | 6F | AB | 0 | 2A | B | 18 | 13C | 28 | 3C |
| Octal | 301 | 157 | 253 | 0 | 52 | 13 | 30 | 474 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10101011 | 0 | 101010 | 1011 | 11000 | 100111100 | 101000 | 111100 |
Color Harmonies of #C16FAB
Complementary color
Monochromatic Colors of #C16FAB
Black with #C16FAB
Text Example
Text Example
White with #C16FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FAB; }
p { color: rgb(193,111,171); }
H1.HeaderClassName
{
color: #C16FAB;
}
.AnyTagClassName
{
color: #C16FAB;
}
</style>
background-color css
<style>
a { background-color: #C16FAB; }
a { background-color: rgb(193,111,171); }
div.DivClassName
{
background-color: #C16FAB;
}
.BgClassName
{
background-color: #C16FAB;
}
</style>
border-color css
<style>
span { border-color: #C16FAB; }
span { border-color: rgb(193,111,171); }
td.TdClassName
{
border-color: #C16FAB;
}
.TagClassName
{
border-color: #C16FAB;
}
</style>