Shades of Bouquet #C472AE
Tints of Bouquet #C472AE
RGB
CMYK
RGB Variations
Color information
#C472AE (or 0xC472AE) is known color: Bouquet. HEX triplet: C4, 72 and AE. RGB value is (196,114,174). Sum of RGB (Red+Green+Blue) = 196+114+174=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C472AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C472AE is #3B8D51. Grayscale: #919191. Windows color (decimal): -3902802 or 11432644. OLE color: 11432644.
HSL color Cylindrical-coordinate representation of color #C472AE: hue angle of 316.1º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C472AE is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 174 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.23 |
| HSL | 316.1º | 0.41% | 0.61% | - |
| HSV(B) | 316.1º | 0.42% | 0.77% | - |
| XYZ | 36.42 | 26.83 | 43.3 | - |
| YUV | 145.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 174 | 0 | 0.42 | 0.11 | 0.23 | 316.1 | 0.41 | 0.61 |
| Hex | C4 | 72 | AE | 0 | 2A | B | 17 | 13C | 29 | 3D |
| Octal | 304 | 162 | 256 | 0 | 52 | 13 | 27 | 474 | 51 | 75 |
| Binary | 11000100 | 1110010 | 10101110 | 0 | 101010 | 1011 | 10111 | 100111100 | 101001 | 111101 |
Color Harmonies of #C472AE
Complementary color
Monochromatic Colors of #C472AE
Black with #C472AE
Text Example
Text Example
White with #C472AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472AE; }
p { color: rgb(196,114,174); }
H1.HeaderClassName
{
color: #C472AE;
}
.AnyTagClassName
{
color: #C472AE;
}
</style>
background-color css
<style>
a { background-color: #C472AE; }
a { background-color: rgb(196,114,174); }
div.DivClassName
{
background-color: #C472AE;
}
.BgClassName
{
background-color: #C472AE;
}
</style>
border-color css
<style>
span { border-color: #C472AE; }
span { border-color: rgb(196,114,174); }
td.TdClassName
{
border-color: #C472AE;
}
.TagClassName
{
border-color: #C472AE;
}
</style>