Shades of Bouquet #C47CAD
Tints of Bouquet #C47CAD
RGB
CMYK
RGB Variations
Color information
#C47CAD (or 0xC47CAD) is known color: Bouquet. HEX triplet: C4, 7C and AD. RGB value is (196,124,173). Sum of RGB (Red+Green+Blue) = 196+124+173=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47CAD is #3B8352. Grayscale: #969696. Windows color (decimal): -3900243 or 11369668. OLE color: 11369668.
HSL color Cylindrical-coordinate representation of color #C47CAD: hue angle of 319.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47CAD is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 173 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.23 |
| HSL | 319.17º | 0.38% | 0.63% | - |
| HSV(B) | 319.17º | 0.37% | 0.77% | - |
| XYZ | 37.52 | 29.17 | 43.19 | - |
| YUV | 151.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 173 | 0 | 0.37 | 0.12 | 0.23 | 319.17 | 0.38 | 0.63 |
| Hex | C4 | 7C | AD | 0 | 25 | C | 17 | 13F | 26 | 3F |
| Octal | 304 | 174 | 255 | 0 | 45 | 14 | 27 | 477 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10101101 | 0 | 100101 | 1100 | 10111 | 100111111 | 100110 | 111111 |
Color Harmonies of #C47CAD
Complementary color
Monochromatic Colors of #C47CAD
Black with #C47CAD
Text Example
Text Example
White with #C47CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CAD; }
p { color: rgb(196,124,173); }
H1.HeaderClassName
{
color: #C47CAD;
}
.AnyTagClassName
{
color: #C47CAD;
}
</style>
background-color css
<style>
a { background-color: #C47CAD; }
a { background-color: rgb(196,124,173); }
div.DivClassName
{
background-color: #C47CAD;
}
.BgClassName
{
background-color: #C47CAD;
}
</style>
border-color css
<style>
span { border-color: #C47CAD; }
span { border-color: rgb(196,124,173); }
td.TdClassName
{
border-color: #C47CAD;
}
.TagClassName
{
border-color: #C47CAD;
}
</style>