Shades of Bouquet #C47AAE
Tints of Bouquet #C47AAE
RGB
CMYK
RGB Variations
Color information
#C47AAE (or 0xC47AAE) is known color: Bouquet. HEX triplet: C4, 7A and AE. RGB value is (196,122,174). Sum of RGB (Red+Green+Blue) = 196+122+174=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47AAE is #3B8551. Grayscale: #959595. Windows color (decimal): -3900754 or 11434692. OLE color: 11434692.
HSL color Cylindrical-coordinate representation of color #C47AAE: hue angle of 317.84º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47AAE is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 174 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.23 |
| HSL | 317.84º | 0.39% | 0.62% | - |
| HSV(B) | 317.84º | 0.38% | 0.77% | - |
| XYZ | 37.36 | 28.71 | 43.62 | - |
| YUV | 150.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 174 | 0 | 0.38 | 0.11 | 0.23 | 317.84 | 0.39 | 0.62 |
| Hex | C4 | 7A | AE | 0 | 26 | B | 17 | 13E | 27 | 3E |
| Octal | 304 | 172 | 256 | 0 | 46 | 13 | 27 | 476 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10101110 | 0 | 100110 | 1011 | 10111 | 100111110 | 100111 | 111110 |
Color Harmonies of #C47AAE
Complementary color
Monochromatic Colors of #C47AAE
Black with #C47AAE
Text Example
Text Example
White with #C47AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47AAE; }
p { color: rgb(196,122,174); }
H1.HeaderClassName
{
color: #C47AAE;
}
.AnyTagClassName
{
color: #C47AAE;
}
</style>
background-color css
<style>
a { background-color: #C47AAE; }
a { background-color: rgb(196,122,174); }
div.DivClassName
{
background-color: #C47AAE;
}
.BgClassName
{
background-color: #C47AAE;
}
</style>
border-color css
<style>
span { border-color: #C47AAE; }
span { border-color: rgb(196,122,174); }
td.TdClassName
{
border-color: #C47AAE;
}
.TagClassName
{
border-color: #C47AAE;
}
</style>