Shades of Bouquet #C17FAB
Tints of Bouquet #C17FAB
RGB
CMYK
RGB Variations
Color information
#C17FAB (or 0xC17FAB) is known color: Bouquet. HEX triplet: C1, 7F and AB. RGB value is (193,127,171). Sum of RGB (Red+Green+Blue) = 193+127+171=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C17FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17FAB is #3E8054. Grayscale: #979797. Windows color (decimal): -4096085 or 11239361. OLE color: 11239361.
HSL color Cylindrical-coordinate representation of color #C17FAB: hue angle of 320º 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 #C17FAB is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 171 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.24 |
| HSL | 320º | 0.35% | 0.63% | - |
| HSV(B) | 320º | 0.34% | 0.76% | - |
| XYZ | 36.93 | 29.46 | 42.27 | - |
| YUV | 151.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 171 | 0 | 0.34 | 0.11 | 0.24 | 320 | 0.35 | 0.63 |
| Hex | C1 | 7F | AB | 0 | 22 | B | 18 | 140 | 23 | 3F |
| Octal | 301 | 177 | 253 | 0 | 42 | 13 | 30 | 500 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10101011 | 0 | 100010 | 1011 | 11000 | 101000000 | 100011 | 111111 |
Color Harmonies of #C17FAB
Complementary color
Monochromatic Colors of #C17FAB
Black with #C17FAB
Text Example
Text Example
White with #C17FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FAB; }
p { color: rgb(193,127,171); }
H1.HeaderClassName
{
color: #C17FAB;
}
.AnyTagClassName
{
color: #C17FAB;
}
</style>
background-color css
<style>
a { background-color: #C17FAB; }
a { background-color: rgb(193,127,171); }
div.DivClassName
{
background-color: #C17FAB;
}
.BgClassName
{
background-color: #C17FAB;
}
</style>
border-color css
<style>
span { border-color: #C17FAB; }
span { border-color: rgb(193,127,171); }
td.TdClassName
{
border-color: #C17FAB;
}
.TagClassName
{
border-color: #C17FAB;
}
</style>