Shades of Bouquet #C180AC
Tints of Bouquet #C180AC
RGB
CMYK
RGB Variations
Color information
#C180AC (or 0xC180AC) is known color: Bouquet. HEX triplet: C1, 80 and AC. RGB value is (193,128,172). Sum of RGB (Red+Green+Blue) = 193+128+172=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C180AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C180AC is #3E7F53. Grayscale: #989898. Windows color (decimal): -4095828 or 11305153. OLE color: 11305153.
HSL color Cylindrical-coordinate representation of color #C180AC: hue angle of 319.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C180AC is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 172 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.24 |
| HSL | 319.38º | 0.34% | 0.63% | - |
| HSV(B) | 319.38º | 0.34% | 0.76% | - |
| XYZ | 37.16 | 29.75 | 42.81 | - |
| YUV | 152.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 172 | 0 | 0.34 | 0.11 | 0.24 | 319.38 | 0.34 | 0.63 |
| Hex | C1 | 80 | AC | 0 | 22 | B | 18 | 13F | 22 | 3F |
| Octal | 301 | 200 | 254 | 0 | 42 | 13 | 30 | 477 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10101100 | 0 | 100010 | 1011 | 11000 | 100111111 | 100010 | 111111 |
Color Harmonies of #C180AC
Complementary color
Monochromatic Colors of #C180AC
Black with #C180AC
Text Example
Text Example
White with #C180AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180AC; }
p { color: rgb(193,128,172); }
H1.HeaderClassName
{
color: #C180AC;
}
.AnyTagClassName
{
color: #C180AC;
}
</style>
background-color css
<style>
a { background-color: #C180AC; }
a { background-color: rgb(193,128,172); }
div.DivClassName
{
background-color: #C180AC;
}
.BgClassName
{
background-color: #C180AC;
}
</style>
border-color css
<style>
span { border-color: #C180AC; }
span { border-color: rgb(193,128,172); }
td.TdClassName
{
border-color: #C180AC;
}
.TagClassName
{
border-color: #C180AC;
}
</style>