Shades of Bouquet #C574AE
Tints of Bouquet #C574AE
RGB
CMYK
RGB Variations
Color information
#C574AE (or 0xC574AE) is known color: Bouquet. HEX triplet: C5, 74 and AE. RGB value is (197,116,174). Sum of RGB (Red+Green+Blue) = 197+116+174=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C574AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C574AE is #3A8B51. Grayscale: #929292. Windows color (decimal): -3836754 or 11433157. OLE color: 11433157.
HSL color Cylindrical-coordinate representation of color #C574AE: hue angle of 317.04º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C574AE is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 174 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.23 |
| HSL | 317.04º | 0.41% | 0.61% | - |
| HSV(B) | 317.04º | 0.41% | 0.77% | - |
| XYZ | 36.91 | 27.42 | 43.39 | - |
| YUV | 146.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 174 | 0 | 0.41 | 0.12 | 0.23 | 317.04 | 0.41 | 0.61 |
| Hex | C5 | 74 | AE | 0 | 29 | C | 17 | 13D | 29 | 3D |
| Octal | 305 | 164 | 256 | 0 | 51 | 14 | 27 | 475 | 51 | 75 |
| Binary | 11000101 | 1110100 | 10101110 | 0 | 101001 | 1100 | 10111 | 100111101 | 101001 | 111101 |
Color Harmonies of #C574AE
Complementary color
Monochromatic Colors of #C574AE
Black with #C574AE
Text Example
Text Example
White with #C574AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574AE; }
p { color: rgb(197,116,174); }
H1.HeaderClassName
{
color: #C574AE;
}
.AnyTagClassName
{
color: #C574AE;
}
</style>
background-color css
<style>
a { background-color: #C574AE; }
a { background-color: rgb(197,116,174); }
div.DivClassName
{
background-color: #C574AE;
}
.BgClassName
{
background-color: #C574AE;
}
</style>
border-color css
<style>
span { border-color: #C574AE; }
span { border-color: rgb(197,116,174); }
td.TdClassName
{
border-color: #C574AE;
}
.TagClassName
{
border-color: #C574AE;
}
</style>