Shades of Bouquet #C47CAB
Tints of Bouquet #C47CAB
RGB
CMYK
RGB Variations
Color information
#C47CAB (or 0xC47CAB) is known color: Bouquet. HEX triplet: C4, 7C and AB. RGB value is (196,124,171). Sum of RGB (Red+Green+Blue) = 196+124+171=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47CAB is #3B8354. Grayscale: #969696. Windows color (decimal): -3900245 or 11238596. OLE color: 11238596.
HSL color Cylindrical-coordinate representation of color #C47CAB: hue angle of 320.83º 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 #C47CAB is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 171 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.23 |
| HSL | 320.83º | 0.38% | 0.63% | - |
| HSV(B) | 320.83º | 0.37% | 0.77% | - |
| XYZ | 37.32 | 29.09 | 42.18 | - |
| YUV | 150.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 171 | 0 | 0.37 | 0.13 | 0.23 | 320.83 | 0.38 | 0.63 |
| Hex | C4 | 7C | AB | 0 | 25 | D | 17 | 141 | 26 | 3F |
| Octal | 304 | 174 | 253 | 0 | 45 | 15 | 27 | 501 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10101011 | 0 | 100101 | 1101 | 10111 | 101000001 | 100110 | 111111 |
Color Harmonies of #C47CAB
Complementary color
Monochromatic Colors of #C47CAB
Black with #C47CAB
Text Example
Text Example
White with #C47CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CAB; }
p { color: rgb(196,124,171); }
H1.HeaderClassName
{
color: #C47CAB;
}
.AnyTagClassName
{
color: #C47CAB;
}
</style>
background-color css
<style>
a { background-color: #C47CAB; }
a { background-color: rgb(196,124,171); }
div.DivClassName
{
background-color: #C47CAB;
}
.BgClassName
{
background-color: #C47CAB;
}
</style>
border-color css
<style>
span { border-color: #C47CAB; }
span { border-color: rgb(196,124,171); }
td.TdClassName
{
border-color: #C47CAB;
}
.TagClassName
{
border-color: #C47CAB;
}
</style>