Shades of Bouquet #C178AD
Tints of Bouquet #C178AD
RGB
CMYK
RGB Variations
Color information
#C178AD (or 0xC178AD) is known color: Bouquet. HEX triplet: C1, 78 and AD. RGB value is (193,120,173). Sum of RGB (Red+Green+Blue) = 193+120+173=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C178AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C178AD is #3E8752. Grayscale: #939393. Windows color (decimal): -4097875 or 11368641. OLE color: 11368641.
HSL color Cylindrical-coordinate representation of color #C178AD: hue angle of 316.44º 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 #C178AD is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 173 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.24 |
| HSL | 316.44º | 0.37% | 0.61% | - |
| HSV(B) | 316.44º | 0.38% | 0.76% | - |
| XYZ | 36.25 | 27.79 | 42.99 | - |
| YUV | 147.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 173 | 0 | 0.38 | 0.10 | 0.24 | 316.44 | 0.37 | 0.61 |
| Hex | C1 | 78 | AD | 0 | 26 | A | 18 | 13C | 25 | 3D |
| Octal | 301 | 170 | 255 | 0 | 46 | 12 | 30 | 474 | 45 | 75 |
| Binary | 11000001 | 1111000 | 10101101 | 0 | 100110 | 1010 | 11000 | 100111100 | 100101 | 111101 |
Color Harmonies of #C178AD
Complementary color
Monochromatic Colors of #C178AD
Black with #C178AD
Text Example
Text Example
White with #C178AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178AD; }
p { color: rgb(193,120,173); }
H1.HeaderClassName
{
color: #C178AD;
}
.AnyTagClassName
{
color: #C178AD;
}
</style>
background-color css
<style>
a { background-color: #C178AD; }
a { background-color: rgb(193,120,173); }
div.DivClassName
{
background-color: #C178AD;
}
.BgClassName
{
background-color: #C178AD;
}
</style>
border-color css
<style>
span { border-color: #C178AD; }
span { border-color: rgb(193,120,173); }
td.TdClassName
{
border-color: #C178AD;
}
.TagClassName
{
border-color: #C178AD;
}
</style>