Shades of Bouquet #C171AB
Tints of Bouquet #C171AB
RGB
CMYK
RGB Variations
Color information
#C171AB (or 0xC171AB) is known color: Bouquet. HEX triplet: C1, 71 and AB. RGB value is (193,113,171). Sum of RGB (Red+Green+Blue) = 193+113+171=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C171AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C171AB is #3E8E54. Grayscale: #8F8F8F. Windows color (decimal): -4099669 or 11235777. OLE color: 11235777.
HSL color Cylindrical-coordinate representation of color #C171AB: hue angle of 316.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C171AB is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 171 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.24 |
| HSL | 316.5º | 0.39% | 0.6% | - |
| HSV(B) | 316.5º | 0.41% | 0.76% | - |
| XYZ | 35.25 | 26.09 | 41.71 | - |
| YUV | 143.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 171 | 0 | 0.41 | 0.11 | 0.24 | 316.5 | 0.39 | 0.6 |
| Hex | C1 | 71 | AB | 0 | 29 | B | 18 | 13C | 27 | 3C |
| Octal | 301 | 161 | 253 | 0 | 51 | 13 | 30 | 474 | 47 | 74 |
| Binary | 11000001 | 1110001 | 10101011 | 0 | 101001 | 1011 | 11000 | 100111100 | 100111 | 111100 |
Color Harmonies of #C171AB
Complementary color
Monochromatic Colors of #C171AB
Black with #C171AB
Text Example
Text Example
White with #C171AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171AB; }
p { color: rgb(193,113,171); }
H1.HeaderClassName
{
color: #C171AB;
}
.AnyTagClassName
{
color: #C171AB;
}
</style>
background-color css
<style>
a { background-color: #C171AB; }
a { background-color: rgb(193,113,171); }
div.DivClassName
{
background-color: #C171AB;
}
.BgClassName
{
background-color: #C171AB;
}
</style>
border-color css
<style>
span { border-color: #C171AB; }
span { border-color: rgb(193,113,171); }
td.TdClassName
{
border-color: #C171AB;
}
.TagClassName
{
border-color: #C171AB;
}
</style>