Shades of Bouquet #C57AAE
Tints of Bouquet #C57AAE
RGB
CMYK
RGB Variations
Color information
#C57AAE (or 0xC57AAE) is known color: Bouquet. HEX triplet: C5, 7A and AE. RGB value is (197,122,174). Sum of RGB (Red+Green+Blue) = 197+122+174=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57AAE is #3A8551. Grayscale: #969696. Windows color (decimal): -3835218 or 11434693. OLE color: 11434693.
HSL color Cylindrical-coordinate representation of color #C57AAE: hue angle of 318.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57AAE is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 174 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.23 |
| HSL | 318.4º | 0.39% | 0.63% | - |
| HSV(B) | 318.4º | 0.38% | 0.77% | - |
| XYZ | 37.63 | 28.85 | 43.63 | - |
| YUV | 150.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 174 | 0 | 0.38 | 0.12 | 0.23 | 318.4 | 0.39 | 0.63 |
| Hex | C5 | 7A | AE | 0 | 26 | C | 17 | 13E | 27 | 3F |
| Octal | 305 | 172 | 256 | 0 | 46 | 14 | 27 | 476 | 47 | 77 |
| Binary | 11000101 | 1111010 | 10101110 | 0 | 100110 | 1100 | 10111 | 100111110 | 100111 | 111111 |
Color Harmonies of #C57AAE
Complementary color
Monochromatic Colors of #C57AAE
Black with #C57AAE
Text Example
Text Example
White with #C57AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AAE; }
p { color: rgb(197,122,174); }
H1.HeaderClassName
{
color: #C57AAE;
}
.AnyTagClassName
{
color: #C57AAE;
}
</style>
background-color css
<style>
a { background-color: #C57AAE; }
a { background-color: rgb(197,122,174); }
div.DivClassName
{
background-color: #C57AAE;
}
.BgClassName
{
background-color: #C57AAE;
}
</style>
border-color css
<style>
span { border-color: #C57AAE; }
span { border-color: rgb(197,122,174); }
td.TdClassName
{
border-color: #C57AAE;
}
.TagClassName
{
border-color: #C57AAE;
}
</style>