Shades of Bouquet #C16CAA
Tints of Bouquet #C16CAA
RGB
CMYK
RGB Variations
Color information
#C16CAA (or 0xC16CAA) is known color: Bouquet. HEX triplet: C1, 6C and AA. RGB value is (193,108,170). Sum of RGB (Red+Green+Blue) = 193+108+170=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16CAA is #3E9355. Grayscale: #8C8C8C. Windows color (decimal): -4100950 or 11168961. OLE color: 11168961.
HSL color Cylindrical-coordinate representation of color #C16CAA: hue angle of 316.24º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16CAA is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 170 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.24 |
| HSL | 316.24º | 0.41% | 0.59% | - |
| HSV(B) | 316.24º | 0.44% | 0.76% | - |
| XYZ | 34.61 | 24.96 | 41.02 | - |
| YUV | 140.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 170 | 0 | 0.44 | 0.12 | 0.24 | 316.24 | 0.41 | 0.59 |
| Hex | C1 | 6C | AA | 0 | 2C | C | 18 | 13C | 29 | 3B |
| Octal | 301 | 154 | 252 | 0 | 54 | 14 | 30 | 474 | 51 | 73 |
| Binary | 11000001 | 1101100 | 10101010 | 0 | 101100 | 1100 | 11000 | 100111100 | 101001 | 111011 |
Color Harmonies of #C16CAA
Complementary color
Monochromatic Colors of #C16CAA
Black with #C16CAA
Text Example
Text Example
White with #C16CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CAA; }
p { color: rgb(193,108,170); }
H1.HeaderClassName
{
color: #C16CAA;
}
.AnyTagClassName
{
color: #C16CAA;
}
</style>
background-color css
<style>
a { background-color: #C16CAA; }
a { background-color: rgb(193,108,170); }
div.DivClassName
{
background-color: #C16CAA;
}
.BgClassName
{
background-color: #C16CAA;
}
</style>
border-color css
<style>
span { border-color: #C16CAA; }
span { border-color: rgb(193,108,170); }
td.TdClassName
{
border-color: #C16CAA;
}
.TagClassName
{
border-color: #C16CAA;
}
</style>