Shades of Bouquet #C178A9
Tints of Bouquet #C178A9
RGB
CMYK
RGB Variations
Color information
#C178A9 (or 0xC178A9) is known color: Bouquet. HEX triplet: C1, 78 and A9. RGB value is (193,120,169). Sum of RGB (Red+Green+Blue) = 193+120+169=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C178A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C178A9 is #3E8756. Grayscale: #939393. Windows color (decimal): -4097879 or 11106497. OLE color: 11106497.
HSL color Cylindrical-coordinate representation of color #C178A9: hue angle of 319.73º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C178A9 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 169 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.24 |
| HSL | 319.73º | 0.37% | 0.61% | - |
| HSV(B) | 319.73º | 0.38% | 0.76% | - |
| XYZ | 35.87 | 27.63 | 40.98 | - |
| YUV | 147.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 169 | 0 | 0.38 | 0.12 | 0.24 | 319.73 | 0.37 | 0.61 |
| Hex | C1 | 78 | A9 | 0 | 26 | C | 18 | 140 | 25 | 3D |
| Octal | 301 | 170 | 251 | 0 | 46 | 14 | 30 | 500 | 45 | 75 |
| Binary | 11000001 | 1111000 | 10101001 | 0 | 100110 | 1100 | 11000 | 101000000 | 100101 | 111101 |
Color Harmonies of #C178A9
Complementary color
Monochromatic Colors of #C178A9
Black with #C178A9
Text Example
Text Example
White with #C178A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178A9; }
p { color: rgb(193,120,169); }
H1.HeaderClassName
{
color: #C178A9;
}
.AnyTagClassName
{
color: #C178A9;
}
</style>
background-color css
<style>
a { background-color: #C178A9; }
a { background-color: rgb(193,120,169); }
div.DivClassName
{
background-color: #C178A9;
}
.BgClassName
{
background-color: #C178A9;
}
</style>
border-color css
<style>
span { border-color: #C178A9; }
span { border-color: rgb(193,120,169); }
td.TdClassName
{
border-color: #C178A9;
}
.TagClassName
{
border-color: #C178A9;
}
</style>