Shades of Bouquet #C07EA1
Tints of Bouquet #C07EA1
RGB
CMYK
RGB Variations
Color information
#C07EA1 (or 0xC07EA1) is known color: Bouquet. HEX triplet: C0, 7E and A1. RGB value is (192,126,161). Sum of RGB (Red+Green+Blue) = 192+126+161=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07EA1 is #3F815E. Grayscale: #959595. Windows color (decimal): -4161887 or 10583744. OLE color: 10583744.
HSL color Cylindrical-coordinate representation of color #C07EA1: hue angle of 328.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07EA1 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 161 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.25 |
| HSL | 328.18º | 0.34% | 0.62% | - |
| HSV(B) | 328.18º | 0.34% | 0.75% | - |
| XYZ | 35.63 | 28.7 | 37.38 | - |
| YUV | 149.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 161 | 0 | 0.34 | 0.16 | 0.25 | 328.18 | 0.34 | 0.62 |
| Hex | C0 | 7E | A1 | 0 | 22 | 10 | 19 | 148 | 22 | 3E |
| Octal | 300 | 176 | 241 | 0 | 42 | 20 | 31 | 510 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10100001 | 0 | 100010 | 10000 | 11001 | 101001000 | 100010 | 111110 |
Color Harmonies of #C07EA1
Complementary color
Monochromatic Colors of #C07EA1
Black with #C07EA1
Text Example
Text Example
White with #C07EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EA1; }
p { color: rgb(192,126,161); }
H1.HeaderClassName
{
color: #C07EA1;
}
.AnyTagClassName
{
color: #C07EA1;
}
</style>
background-color css
<style>
a { background-color: #C07EA1; }
a { background-color: rgb(192,126,161); }
div.DivClassName
{
background-color: #C07EA1;
}
.BgClassName
{
background-color: #C07EA1;
}
</style>
border-color css
<style>
span { border-color: #C07EA1; }
span { border-color: rgb(192,126,161); }
td.TdClassName
{
border-color: #C07EA1;
}
.TagClassName
{
border-color: #C07EA1;
}
</style>