Shades of Bouquet #C07EA7
Tints of Bouquet #C07EA7
RGB
CMYK
RGB Variations
Color information
#C07EA7 (or 0xC07EA7) is known color: Bouquet. HEX triplet: C0, 7E and A7. RGB value is (192,126,167). Sum of RGB (Red+Green+Blue) = 192+126+167=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07EA7 is #3F8158. Grayscale: #969696. Windows color (decimal): -4161881 or 10976960. OLE color: 10976960.
HSL color Cylindrical-coordinate representation of color #C07EA7: hue angle of 322.73º 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 #C07EA7 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 167 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.25 |
| HSL | 322.73º | 0.34% | 0.62% | - |
| HSV(B) | 322.73º | 0.34% | 0.75% | - |
| XYZ | 36.17 | 28.92 | 40.23 | - |
| YUV | 150.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 167 | 0 | 0.34 | 0.13 | 0.25 | 322.73 | 0.34 | 0.62 |
| Hex | C0 | 7E | A7 | 0 | 22 | D | 19 | 143 | 22 | 3E |
| Octal | 300 | 176 | 247 | 0 | 42 | 15 | 31 | 503 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10100111 | 0 | 100010 | 1101 | 11001 | 101000011 | 100010 | 111110 |
Color Harmonies of #C07EA7
Complementary color
Monochromatic Colors of #C07EA7
Black with #C07EA7
Text Example
Text Example
White with #C07EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EA7; }
p { color: rgb(192,126,167); }
H1.HeaderClassName
{
color: #C07EA7;
}
.AnyTagClassName
{
color: #C07EA7;
}
</style>
background-color css
<style>
a { background-color: #C07EA7; }
a { background-color: rgb(192,126,167); }
div.DivClassName
{
background-color: #C07EA7;
}
.BgClassName
{
background-color: #C07EA7;
}
</style>
border-color css
<style>
span { border-color: #C07EA7; }
span { border-color: rgb(192,126,167); }
td.TdClassName
{
border-color: #C07EA7;
}
.TagClassName
{
border-color: #C07EA7;
}
</style>