Shades of Bouquet #C476AE
Tints of Bouquet #C476AE
RGB
CMYK
RGB Variations
Color information
#C476AE (or 0xC476AE) is known color: Bouquet. HEX triplet: C4, 76 and AE. RGB value is (196,118,174). Sum of RGB (Red+Green+Blue) = 196+118+174=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C476AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C476AE is #3B8951. Grayscale: #939393. Windows color (decimal): -3901778 or 11433668. OLE color: 11433668.
HSL color Cylindrical-coordinate representation of color #C476AE: hue angle of 316.92º 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 #C476AE is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 174 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.23 |
| HSL | 316.92º | 0.4% | 0.62% | - |
| HSV(B) | 316.92º | 0.4% | 0.77% | - |
| XYZ | 36.88 | 27.75 | 43.46 | - |
| YUV | 147.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 174 | 0 | 0.40 | 0.11 | 0.23 | 316.92 | 0.4 | 0.62 |
| Hex | C4 | 76 | AE | 0 | 28 | B | 17 | 13D | 28 | 3E |
| Octal | 304 | 166 | 256 | 0 | 50 | 13 | 27 | 475 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10101110 | 0 | 101000 | 1011 | 10111 | 100111101 | 101000 | 111110 |
Color Harmonies of #C476AE
Complementary color
Monochromatic Colors of #C476AE
Black with #C476AE
Text Example
Text Example
White with #C476AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476AE; }
p { color: rgb(196,118,174); }
H1.HeaderClassName
{
color: #C476AE;
}
.AnyTagClassName
{
color: #C476AE;
}
</style>
background-color css
<style>
a { background-color: #C476AE; }
a { background-color: rgb(196,118,174); }
div.DivClassName
{
background-color: #C476AE;
}
.BgClassName
{
background-color: #C476AE;
}
</style>
border-color css
<style>
span { border-color: #C476AE; }
span { border-color: rgb(196,118,174); }
td.TdClassName
{
border-color: #C476AE;
}
.TagClassName
{
border-color: #C476AE;
}
</style>