Shades of Bouquet #C47DAA
Tints of Bouquet #C47DAA
RGB
CMYK
RGB Variations
Color information
#C47DAA (or 0xC47DAA) is known color: Bouquet. HEX triplet: C4, 7D and AA. RGB value is (196,125,170). Sum of RGB (Red+Green+Blue) = 196+125+170=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47DAA is #3B8255. Grayscale: #979797. Windows color (decimal): -3899990 or 11173316. OLE color: 11173316.
HSL color Cylindrical-coordinate representation of color #C47DAA: hue angle of 321.97º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47DAA is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 170 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.23 |
| HSL | 321.97º | 0.38% | 0.63% | - |
| HSV(B) | 321.97º | 0.36% | 0.77% | - |
| XYZ | 37.35 | 29.31 | 41.72 | - |
| YUV | 151.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 170 | 0 | 0.36 | 0.13 | 0.23 | 321.97 | 0.38 | 0.63 |
| Hex | C4 | 7D | AA | 0 | 24 | D | 17 | 142 | 26 | 3F |
| Octal | 304 | 175 | 252 | 0 | 44 | 15 | 27 | 502 | 46 | 77 |
| Binary | 11000100 | 1111101 | 10101010 | 0 | 100100 | 1101 | 10111 | 101000010 | 100110 | 111111 |
Color Harmonies of #C47DAA
Complementary color
Monochromatic Colors of #C47DAA
Black with #C47DAA
Text Example
Text Example
White with #C47DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47DAA; }
p { color: rgb(196,125,170); }
H1.HeaderClassName
{
color: #C47DAA;
}
.AnyTagClassName
{
color: #C47DAA;
}
</style>
background-color css
<style>
a { background-color: #C47DAA; }
a { background-color: rgb(196,125,170); }
div.DivClassName
{
background-color: #C47DAA;
}
.BgClassName
{
background-color: #C47DAA;
}
</style>
border-color css
<style>
span { border-color: #C47DAA; }
span { border-color: rgb(196,125,170); }
td.TdClassName
{
border-color: #C47DAA;
}
.TagClassName
{
border-color: #C47DAA;
}
</style>