Shades of Bouquet #C476AB
Tints of Bouquet #C476AB
RGB
CMYK
RGB Variations
Color information
#C476AB (or 0xC476AB) is known color: Bouquet. HEX triplet: C4, 76 and AB. RGB value is (196,118,171). Sum of RGB (Red+Green+Blue) = 196+118+171=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C476AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C476AB is #3B8954. Grayscale: #939393. Windows color (decimal): -3901781 or 11237060. OLE color: 11237060.
HSL color Cylindrical-coordinate representation of color #C476AB: hue angle of 319.23º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C476AB is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 171 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.23 |
| HSL | 319.23º | 0.4% | 0.62% | - |
| HSV(B) | 319.23º | 0.4% | 0.77% | - |
| XYZ | 36.59 | 27.63 | 41.93 | - |
| YUV | 147.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 171 | 0 | 0.40 | 0.13 | 0.23 | 319.23 | 0.4 | 0.62 |
| Hex | C4 | 76 | AB | 0 | 28 | D | 17 | 13F | 28 | 3E |
| Octal | 304 | 166 | 253 | 0 | 50 | 15 | 27 | 477 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10101011 | 0 | 101000 | 1101 | 10111 | 100111111 | 101000 | 111110 |
Color Harmonies of #C476AB
Complementary color
Monochromatic Colors of #C476AB
Black with #C476AB
Text Example
Text Example
White with #C476AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476AB; }
p { color: rgb(196,118,171); }
H1.HeaderClassName
{
color: #C476AB;
}
.AnyTagClassName
{
color: #C476AB;
}
</style>
background-color css
<style>
a { background-color: #C476AB; }
a { background-color: rgb(196,118,171); }
div.DivClassName
{
background-color: #C476AB;
}
.BgClassName
{
background-color: #C476AB;
}
</style>
border-color css
<style>
span { border-color: #C476AB; }
span { border-color: rgb(196,118,171); }
td.TdClassName
{
border-color: #C476AB;
}
.TagClassName
{
border-color: #C476AB;
}
</style>