Shades of Bouquet #C17EAC
Tints of Bouquet #C17EAC
RGB
CMYK
RGB Variations
Color information
#C17EAC (or 0xC17EAC) is known color: Bouquet. HEX triplet: C1, 7E and AC. RGB value is (193,126,172). Sum of RGB (Red+Green+Blue) = 193+126+172=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C17EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17EAC is #3E8153. Grayscale: #979797. Windows color (decimal): -4096340 or 11304641. OLE color: 11304641.
HSL color Cylindrical-coordinate representation of color #C17EAC: hue angle of 318.81º 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 #C17EAC is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 172 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.24 |
| HSL | 318.81º | 0.35% | 0.63% | - |
| HSV(B) | 318.81º | 0.35% | 0.76% | - |
| XYZ | 36.9 | 29.24 | 42.73 | - |
| YUV | 151.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 172 | 0 | 0.35 | 0.11 | 0.24 | 318.81 | 0.35 | 0.63 |
| Hex | C1 | 7E | AC | 0 | 23 | B | 18 | 13F | 23 | 3F |
| Octal | 301 | 176 | 254 | 0 | 43 | 13 | 30 | 477 | 43 | 77 |
| Binary | 11000001 | 1111110 | 10101100 | 0 | 100011 | 1011 | 11000 | 100111111 | 100011 | 111111 |
Color Harmonies of #C17EAC
Complementary color
Monochromatic Colors of #C17EAC
Black with #C17EAC
Text Example
Text Example
White with #C17EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EAC; }
p { color: rgb(193,126,172); }
H1.HeaderClassName
{
color: #C17EAC;
}
.AnyTagClassName
{
color: #C17EAC;
}
</style>
background-color css
<style>
a { background-color: #C17EAC; }
a { background-color: rgb(193,126,172); }
div.DivClassName
{
background-color: #C17EAC;
}
.BgClassName
{
background-color: #C17EAC;
}
</style>
border-color css
<style>
span { border-color: #C17EAC; }
span { border-color: rgb(193,126,172); }
td.TdClassName
{
border-color: #C17EAC;
}
.TagClassName
{
border-color: #C17EAC;
}
</style>