Shades of Bouquet #C07EA4
Tints of Bouquet #C07EA4
RGB
CMYK
RGB Variations
Color information
#C07EA4 (or 0xC07EA4) is known color: Bouquet. HEX triplet: C0, 7E and A4. RGB value is (192,126,164). Sum of RGB (Red+Green+Blue) = 192+126+164=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07EA4 is #3F815B. Grayscale: #959595. Windows color (decimal): -4161884 or 10780352. OLE color: 10780352.
HSL color Cylindrical-coordinate representation of color #C07EA4: hue angle of 325.45º 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 #C07EA4 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 164 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.25 |
| HSL | 325.45º | 0.34% | 0.62% | - |
| HSV(B) | 325.45º | 0.34% | 0.75% | - |
| XYZ | 35.9 | 28.81 | 38.79 | - |
| YUV | 150.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 164 | 0 | 0.34 | 0.15 | 0.25 | 325.45 | 0.34 | 0.62 |
| Hex | C0 | 7E | A4 | 0 | 22 | F | 19 | 145 | 22 | 3E |
| Octal | 300 | 176 | 244 | 0 | 42 | 17 | 31 | 505 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10100100 | 0 | 100010 | 1111 | 11001 | 101000101 | 100010 | 111110 |
Color Harmonies of #C07EA4
Complementary color
Monochromatic Colors of #C07EA4
Black with #C07EA4
Text Example
Text Example
White with #C07EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EA4; }
p { color: rgb(192,126,164); }
H1.HeaderClassName
{
color: #C07EA4;
}
.AnyTagClassName
{
color: #C07EA4;
}
</style>
background-color css
<style>
a { background-color: #C07EA4; }
a { background-color: rgb(192,126,164); }
div.DivClassName
{
background-color: #C07EA4;
}
.BgClassName
{
background-color: #C07EA4;
}
</style>
border-color css
<style>
span { border-color: #C07EA4; }
span { border-color: rgb(192,126,164); }
td.TdClassName
{
border-color: #C07EA4;
}
.TagClassName
{
border-color: #C07EA4;
}
</style>