Shades of Bouquet #C17AAB
Tints of Bouquet #C17AAB
RGB
CMYK
RGB Variations
Color information
#C17AAB (or 0xC17AAB) is known color: Bouquet. HEX triplet: C1, 7A and AB. RGB value is (193,122,171). Sum of RGB (Red+Green+Blue) = 193+122+171=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C17AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17AAB is #3E8554. Grayscale: #949494. Windows color (decimal): -4097365 or 11238081. OLE color: 11238081.
HSL color Cylindrical-coordinate representation of color #C17AAB: hue angle of 318.59º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17AAB is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 171 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.24 |
| HSL | 318.59º | 0.36% | 0.62% | - |
| HSV(B) | 318.59º | 0.37% | 0.76% | - |
| XYZ | 36.3 | 28.2 | 42.06 | - |
| YUV | 148.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 171 | 0 | 0.37 | 0.11 | 0.24 | 318.59 | 0.36 | 0.62 |
| Hex | C1 | 7A | AB | 0 | 25 | B | 18 | 13F | 24 | 3E |
| Octal | 301 | 172 | 253 | 0 | 45 | 13 | 30 | 477 | 44 | 76 |
| Binary | 11000001 | 1111010 | 10101011 | 0 | 100101 | 1011 | 11000 | 100111111 | 100100 | 111110 |
Color Harmonies of #C17AAB
Complementary color
Monochromatic Colors of #C17AAB
Black with #C17AAB
Text Example
Text Example
White with #C17AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17AAB; }
p { color: rgb(193,122,171); }
H1.HeaderClassName
{
color: #C17AAB;
}
.AnyTagClassName
{
color: #C17AAB;
}
</style>
background-color css
<style>
a { background-color: #C17AAB; }
a { background-color: rgb(193,122,171); }
div.DivClassName
{
background-color: #C17AAB;
}
.BgClassName
{
background-color: #C17AAB;
}
</style>
border-color css
<style>
span { border-color: #C17AAB; }
span { border-color: rgb(193,122,171); }
td.TdClassName
{
border-color: #C17AAB;
}
.TagClassName
{
border-color: #C17AAB;
}
</style>