Shades of Bouquet #C07AA8
Tints of Bouquet #C07AA8
RGB
CMYK
RGB Variations
Color information
#C07AA8 (or 0xC07AA8) is known color: Bouquet. HEX triplet: C0, 7A and A8. RGB value is (192,122,168). Sum of RGB (Red+Green+Blue) = 192+122+168=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AA8 is #3F8557. Grayscale: #949494. Windows color (decimal): -4162904 or 11041472. OLE color: 11041472.
HSL color Cylindrical-coordinate representation of color #C07AA8: hue angle of 320.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07AA8 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 168 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.25 |
| HSL | 320.57º | 0.36% | 0.62% | - |
| HSV(B) | 320.57º | 0.36% | 0.75% | - |
| XYZ | 35.77 | 27.95 | 40.56 | - |
| YUV | 148.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 168 | 0 | 0.36 | 0.12 | 0.25 | 320.57 | 0.36 | 0.62 |
| Hex | C0 | 7A | A8 | 0 | 24 | C | 19 | 141 | 24 | 3E |
| Octal | 300 | 172 | 250 | 0 | 44 | 14 | 31 | 501 | 44 | 76 |
| Binary | 11000000 | 1111010 | 10101000 | 0 | 100100 | 1100 | 11001 | 101000001 | 100100 | 111110 |
Color Harmonies of #C07AA8
Complementary color
Monochromatic Colors of #C07AA8
Black with #C07AA8
Text Example
Text Example
White with #C07AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AA8; }
p { color: rgb(192,122,168); }
H1.HeaderClassName
{
color: #C07AA8;
}
.AnyTagClassName
{
color: #C07AA8;
}
</style>
background-color css
<style>
a { background-color: #C07AA8; }
a { background-color: rgb(192,122,168); }
div.DivClassName
{
background-color: #C07AA8;
}
.BgClassName
{
background-color: #C07AA8;
}
</style>
border-color css
<style>
span { border-color: #C07AA8; }
span { border-color: rgb(192,122,168); }
td.TdClassName
{
border-color: #C07AA8;
}
.TagClassName
{
border-color: #C07AA8;
}
</style>