Shades of Bouquet #C179AA
Tints of Bouquet #C179AA
RGB
CMYK
RGB Variations
Color information
#C179AA (or 0xC179AA) is known color: Bouquet. HEX triplet: C1, 79 and AA. RGB value is (193,121,170). Sum of RGB (Red+Green+Blue) = 193+121+170=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C179AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C179AA is #3E8655. Grayscale: #939393. Windows color (decimal): -4097622 or 11172289. OLE color: 11172289.
HSL color Cylindrical-coordinate representation of color #C179AA: hue angle of 319.17º 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 #C179AA is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 170 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.24 |
| HSL | 319.17º | 0.37% | 0.62% | - |
| HSV(B) | 319.17º | 0.37% | 0.76% | - |
| XYZ | 36.09 | 27.91 | 41.52 | - |
| YUV | 148.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 170 | 0 | 0.37 | 0.12 | 0.24 | 319.17 | 0.37 | 0.62 |
| Hex | C1 | 79 | AA | 0 | 25 | C | 18 | 13F | 25 | 3E |
| Octal | 301 | 171 | 252 | 0 | 45 | 14 | 30 | 477 | 45 | 76 |
| Binary | 11000001 | 1111001 | 10101010 | 0 | 100101 | 1100 | 11000 | 100111111 | 100101 | 111110 |
Color Harmonies of #C179AA
Complementary color
Monochromatic Colors of #C179AA
Black with #C179AA
Text Example
Text Example
White with #C179AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C179AA; }
p { color: rgb(193,121,170); }
H1.HeaderClassName
{
color: #C179AA;
}
.AnyTagClassName
{
color: #C179AA;
}
</style>
background-color css
<style>
a { background-color: #C179AA; }
a { background-color: rgb(193,121,170); }
div.DivClassName
{
background-color: #C179AA;
}
.BgClassName
{
background-color: #C179AA;
}
</style>
border-color css
<style>
span { border-color: #C179AA; }
span { border-color: rgb(193,121,170); }
td.TdClassName
{
border-color: #C179AA;
}
.TagClassName
{
border-color: #C179AA;
}
</style>