Shades of Bouquet #C576AE
Tints of Bouquet #C576AE
RGB
CMYK
RGB Variations
Color information
#C576AE (or 0xC576AE) is known color: Bouquet. HEX triplet: C5, 76 and AE. RGB value is (197,118,174). Sum of RGB (Red+Green+Blue) = 197+118+174=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C576AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C576AE is #3A8951. Grayscale: #939393. Windows color (decimal): -3836242 or 11433669. OLE color: 11433669.
HSL color Cylindrical-coordinate representation of color #C576AE: hue angle of 317.47º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C576AE is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 174 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.23 |
| HSL | 317.47º | 0.41% | 0.62% | - |
| HSV(B) | 317.47º | 0.4% | 0.77% | - |
| XYZ | 37.14 | 27.88 | 43.47 | - |
| YUV | 148.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 174 | 0 | 0.40 | 0.12 | 0.23 | 317.47 | 0.41 | 0.62 |
| Hex | C5 | 76 | AE | 0 | 28 | C | 17 | 13D | 29 | 3E |
| Octal | 305 | 166 | 256 | 0 | 50 | 14 | 27 | 475 | 51 | 76 |
| Binary | 11000101 | 1110110 | 10101110 | 0 | 101000 | 1100 | 10111 | 100111101 | 101001 | 111110 |
Color Harmonies of #C576AE
Complementary color
Monochromatic Colors of #C576AE
Black with #C576AE
Text Example
Text Example
White with #C576AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C576AE; }
p { color: rgb(197,118,174); }
H1.HeaderClassName
{
color: #C576AE;
}
.AnyTagClassName
{
color: #C576AE;
}
</style>
background-color css
<style>
a { background-color: #C576AE; }
a { background-color: rgb(197,118,174); }
div.DivClassName
{
background-color: #C576AE;
}
.BgClassName
{
background-color: #C576AE;
}
</style>
border-color css
<style>
span { border-color: #C576AE; }
span { border-color: rgb(197,118,174); }
td.TdClassName
{
border-color: #C576AE;
}
.TagClassName
{
border-color: #C576AE;
}
</style>