Shades of Bouquet #C179A8
Tints of Bouquet #C179A8
RGB
CMYK
RGB Variations
Color information
#C179A8 (or 0xC179A8) is known color: Bouquet. HEX triplet: C1, 79 and A8. RGB value is (193,121,168). Sum of RGB (Red+Green+Blue) = 193+121+168=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C179A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C179A8 is #3E8657. Grayscale: #939393. Windows color (decimal): -4097624 or 11041217. OLE color: 11041217.
HSL color Cylindrical-coordinate representation of color #C179A8: hue angle of 320.83º degrees, saturation: 0.37, 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 #C179A8 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 168 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.24 |
| HSL | 320.83º | 0.37% | 0.62% | - |
| HSV(B) | 320.83º | 0.37% | 0.76% | - |
| XYZ | 35.9 | 27.84 | 40.53 | - |
| YUV | 147.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 168 | 0 | 0.37 | 0.13 | 0.24 | 320.83 | 0.37 | 0.62 |
| Hex | C1 | 79 | A8 | 0 | 25 | D | 18 | 141 | 25 | 3E |
| Octal | 301 | 171 | 250 | 0 | 45 | 15 | 30 | 501 | 45 | 76 |
| Binary | 11000001 | 1111001 | 10101000 | 0 | 100101 | 1101 | 11000 | 101000001 | 100101 | 111110 |
Color Harmonies of #C179A8
Complementary color
Monochromatic Colors of #C179A8
Black with #C179A8
Text Example
Text Example
White with #C179A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C179A8; }
p { color: rgb(193,121,168); }
H1.HeaderClassName
{
color: #C179A8;
}
.AnyTagClassName
{
color: #C179A8;
}
</style>
background-color css
<style>
a { background-color: #C179A8; }
a { background-color: rgb(193,121,168); }
div.DivClassName
{
background-color: #C179A8;
}
.BgClassName
{
background-color: #C179A8;
}
</style>
border-color css
<style>
span { border-color: #C179A8; }
span { border-color: rgb(193,121,168); }
td.TdClassName
{
border-color: #C179A8;
}
.TagClassName
{
border-color: #C179A8;
}
</style>