Shades of Bouquet #C17FAC
Tints of Bouquet #C17FAC
RGB
CMYK
RGB Variations
Color information
#C17FAC (or 0xC17FAC) is known color: Bouquet. HEX triplet: C1, 7F and AC. RGB value is (193,127,172). Sum of RGB (Red+Green+Blue) = 193+127+172=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C17FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17FAC is #3E8053. Grayscale: #979797. Windows color (decimal): -4096084 or 11304897. OLE color: 11304897.
HSL color Cylindrical-coordinate representation of color #C17FAC: hue angle of 319.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C17FAC is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 172 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.24 |
| HSL | 319.09º | 0.35% | 0.63% | - |
| HSV(B) | 319.09º | 0.34% | 0.76% | - |
| XYZ | 37.03 | 29.49 | 42.77 | - |
| YUV | 151.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 172 | 0 | 0.34 | 0.11 | 0.24 | 319.09 | 0.35 | 0.63 |
| Hex | C1 | 7F | AC | 0 | 22 | B | 18 | 13F | 23 | 3F |
| Octal | 301 | 177 | 254 | 0 | 42 | 13 | 30 | 477 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10101100 | 0 | 100010 | 1011 | 11000 | 100111111 | 100011 | 111111 |
Color Harmonies of #C17FAC
Complementary color
Monochromatic Colors of #C17FAC
Black with #C17FAC
Text Example
Text Example
White with #C17FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FAC; }
p { color: rgb(193,127,172); }
H1.HeaderClassName
{
color: #C17FAC;
}
.AnyTagClassName
{
color: #C17FAC;
}
</style>
background-color css
<style>
a { background-color: #C17FAC; }
a { background-color: rgb(193,127,172); }
div.DivClassName
{
background-color: #C17FAC;
}
.BgClassName
{
background-color: #C17FAC;
}
</style>
border-color css
<style>
span { border-color: #C17FAC; }
span { border-color: rgb(193,127,172); }
td.TdClassName
{
border-color: #C17FAC;
}
.TagClassName
{
border-color: #C17FAC;
}
</style>