Shades of Bouquet #C57BAE
Tints of Bouquet #C57BAE
RGB
CMYK
RGB Variations
Color information
#C57BAE (or 0xC57BAE) is known color: Bouquet. HEX triplet: C5, 7B and AE. RGB value is (197,123,174). Sum of RGB (Red+Green+Blue) = 197+123+174=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57BAE is #3A8451. Grayscale: #969696. Windows color (decimal): -3834962 or 11434949. OLE color: 11434949.
HSL color Cylindrical-coordinate representation of color #C57BAE: hue angle of 318.65º 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 #C57BAE is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 174 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.23 |
| HSL | 318.65º | 0.39% | 0.63% | - |
| HSV(B) | 318.65º | 0.38% | 0.77% | - |
| XYZ | 37.75 | 29.09 | 43.67 | - |
| YUV | 150.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 174 | 0 | 0.38 | 0.12 | 0.23 | 318.65 | 0.39 | 0.63 |
| Hex | C5 | 7B | AE | 0 | 26 | C | 17 | 13F | 27 | 3F |
| Octal | 305 | 173 | 256 | 0 | 46 | 14 | 27 | 477 | 47 | 77 |
| Binary | 11000101 | 1111011 | 10101110 | 0 | 100110 | 1100 | 10111 | 100111111 | 100111 | 111111 |
Color Harmonies of #C57BAE
Complementary color
Monochromatic Colors of #C57BAE
Black with #C57BAE
Text Example
Text Example
White with #C57BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57BAE; }
p { color: rgb(197,123,174); }
H1.HeaderClassName
{
color: #C57BAE;
}
.AnyTagClassName
{
color: #C57BAE;
}
</style>
background-color css
<style>
a { background-color: #C57BAE; }
a { background-color: rgb(197,123,174); }
div.DivClassName
{
background-color: #C57BAE;
}
.BgClassName
{
background-color: #C57BAE;
}
</style>
border-color css
<style>
span { border-color: #C57BAE; }
span { border-color: rgb(197,123,174); }
td.TdClassName
{
border-color: #C57BAE;
}
.TagClassName
{
border-color: #C57BAE;
}
</style>