Shades of Bouquet #C176AC
Tints of Bouquet #C176AC
RGB
CMYK
RGB Variations
Color information
#C176AC (or 0xC176AC) is known color: Bouquet. HEX triplet: C1, 76 and AC. RGB value is (193,118,172). Sum of RGB (Red+Green+Blue) = 193+118+172=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C176AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C176AC is #3E8953. Grayscale: #929292. Windows color (decimal): -4098388 or 11302593. OLE color: 11302593.
HSL color Cylindrical-coordinate representation of color #C176AC: hue angle of 316.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C176AC is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 172 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.24 |
| HSL | 316.8º | 0.38% | 0.61% | - |
| HSV(B) | 316.8º | 0.39% | 0.76% | - |
| XYZ | 35.92 | 27.27 | 42.4 | - |
| YUV | 146.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 172 | 0 | 0.39 | 0.11 | 0.24 | 316.8 | 0.38 | 0.61 |
| Hex | C1 | 76 | AC | 0 | 27 | B | 18 | 13D | 26 | 3D |
| Octal | 301 | 166 | 254 | 0 | 47 | 13 | 30 | 475 | 46 | 75 |
| Binary | 11000001 | 1110110 | 10101100 | 0 | 100111 | 1011 | 11000 | 100111101 | 100110 | 111101 |
Color Harmonies of #C176AC
Complementary color
Monochromatic Colors of #C176AC
Black with #C176AC
Text Example
Text Example
White with #C176AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176AC; }
p { color: rgb(193,118,172); }
H1.HeaderClassName
{
color: #C176AC;
}
.AnyTagClassName
{
color: #C176AC;
}
</style>
background-color css
<style>
a { background-color: #C176AC; }
a { background-color: rgb(193,118,172); }
div.DivClassName
{
background-color: #C176AC;
}
.BgClassName
{
background-color: #C176AC;
}
</style>
border-color css
<style>
span { border-color: #C176AC; }
span { border-color: rgb(193,118,172); }
td.TdClassName
{
border-color: #C176AC;
}
.TagClassName
{
border-color: #C176AC;
}
</style>