Shades of Bouquet #C17EAB
Tints of Bouquet #C17EAB
RGB
CMYK
RGB Variations
Color information
#C17EAB (or 0xC17EAB) is known color: Bouquet. HEX triplet: C1, 7E and AB. RGB value is (193,126,171). Sum of RGB (Red+Green+Blue) = 193+126+171=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C17EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17EAB is #3E8154. Grayscale: #979797. Windows color (decimal): -4096341 or 11239105. OLE color: 11239105.
HSL color Cylindrical-coordinate representation of color #C17EAB: hue angle of 319.7º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17EAB is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 171 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.24 |
| HSL | 319.7º | 0.35% | 0.63% | - |
| HSV(B) | 319.7º | 0.35% | 0.76% | - |
| XYZ | 36.8 | 29.2 | 42.22 | - |
| YUV | 151.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 171 | 0 | 0.35 | 0.11 | 0.24 | 319.7 | 0.35 | 0.63 |
| Hex | C1 | 7E | AB | 0 | 23 | B | 18 | 140 | 23 | 3F |
| Octal | 301 | 176 | 253 | 0 | 43 | 13 | 30 | 500 | 43 | 77 |
| Binary | 11000001 | 1111110 | 10101011 | 0 | 100011 | 1011 | 11000 | 101000000 | 100011 | 111111 |
Color Harmonies of #C17EAB
Complementary color
Monochromatic Colors of #C17EAB
Black with #C17EAB
Text Example
Text Example
White with #C17EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EAB; }
p { color: rgb(193,126,171); }
H1.HeaderClassName
{
color: #C17EAB;
}
.AnyTagClassName
{
color: #C17EAB;
}
</style>
background-color css
<style>
a { background-color: #C17EAB; }
a { background-color: rgb(193,126,171); }
div.DivClassName
{
background-color: #C17EAB;
}
.BgClassName
{
background-color: #C17EAB;
}
</style>
border-color css
<style>
span { border-color: #C17EAB; }
span { border-color: rgb(193,126,171); }
td.TdClassName
{
border-color: #C17EAB;
}
.TagClassName
{
border-color: #C17EAB;
}
</style>