Shades of Bouquet #C17AA9
Tints of Bouquet #C17AA9
RGB
CMYK
RGB Variations
Color information
#C17AA9 (or 0xC17AA9) is known color: Bouquet. HEX triplet: C1, 7A and A9. RGB value is (193,122,169). Sum of RGB (Red+Green+Blue) = 193+122+169=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C17AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17AA9 is #3E8556. Grayscale: #949494. Windows color (decimal): -4097367 or 11107009. OLE color: 11107009.
HSL color Cylindrical-coordinate representation of color #C17AA9: hue angle of 320.28º 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 #C17AA9 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 169 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.24 |
| HSL | 320.28º | 0.36% | 0.62% | - |
| HSV(B) | 320.28º | 0.37% | 0.76% | - |
| XYZ | 36.11 | 28.12 | 41.06 | - |
| YUV | 148.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 169 | 0 | 0.37 | 0.12 | 0.24 | 320.28 | 0.36 | 0.62 |
| Hex | C1 | 7A | A9 | 0 | 25 | C | 18 | 140 | 24 | 3E |
| Octal | 301 | 172 | 251 | 0 | 45 | 14 | 30 | 500 | 44 | 76 |
| Binary | 11000001 | 1111010 | 10101001 | 0 | 100101 | 1100 | 11000 | 101000000 | 100100 | 111110 |
Color Harmonies of #C17AA9
Complementary color
Monochromatic Colors of #C17AA9
Black with #C17AA9
Text Example
Text Example
White with #C17AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17AA9; }
p { color: rgb(193,122,169); }
H1.HeaderClassName
{
color: #C17AA9;
}
.AnyTagClassName
{
color: #C17AA9;
}
</style>
background-color css
<style>
a { background-color: #C17AA9; }
a { background-color: rgb(193,122,169); }
div.DivClassName
{
background-color: #C17AA9;
}
.BgClassName
{
background-color: #C17AA9;
}
</style>
border-color css
<style>
span { border-color: #C17AA9; }
span { border-color: rgb(193,122,169); }
td.TdClassName
{
border-color: #C17AA9;
}
.TagClassName
{
border-color: #C17AA9;
}
</style>