Shades of Bouquet #C178AB
Tints of Bouquet #C178AB
RGB
CMYK
RGB Variations
Color information
#C178AB (or 0xC178AB) is known color: Bouquet. HEX triplet: C1, 78 and AB. RGB value is (193,120,171). Sum of RGB (Red+Green+Blue) = 193+120+171=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C178AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C178AB is #3E8754. Grayscale: #939393. Windows color (decimal): -4097877 or 11237569. OLE color: 11237569.
HSL color Cylindrical-coordinate representation of color #C178AB: hue angle of 318.08º 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 #C178AB is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 171 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.24 |
| HSL | 318.08º | 0.37% | 0.61% | - |
| HSV(B) | 318.08º | 0.38% | 0.76% | - |
| XYZ | 36.06 | 27.71 | 41.98 | - |
| YUV | 147.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 171 | 0 | 0.38 | 0.11 | 0.24 | 318.08 | 0.37 | 0.61 |
| Hex | C1 | 78 | AB | 0 | 26 | B | 18 | 13E | 25 | 3D |
| Octal | 301 | 170 | 253 | 0 | 46 | 13 | 30 | 476 | 45 | 75 |
| Binary | 11000001 | 1111000 | 10101011 | 0 | 100110 | 1011 | 11000 | 100111110 | 100101 | 111101 |
Color Harmonies of #C178AB
Complementary color
Monochromatic Colors of #C178AB
Black with #C178AB
Text Example
Text Example
White with #C178AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178AB; }
p { color: rgb(193,120,171); }
H1.HeaderClassName
{
color: #C178AB;
}
.AnyTagClassName
{
color: #C178AB;
}
</style>
background-color css
<style>
a { background-color: #C178AB; }
a { background-color: rgb(193,120,171); }
div.DivClassName
{
background-color: #C178AB;
}
.BgClassName
{
background-color: #C178AB;
}
</style>
border-color css
<style>
span { border-color: #C178AB; }
span { border-color: rgb(193,120,171); }
td.TdClassName
{
border-color: #C178AB;
}
.TagClassName
{
border-color: #C178AB;
}
</style>