Shades of Bouquet #C07AAA
Tints of Bouquet #C07AAA
RGB
CMYK
RGB Variations
Color information
#C07AAA (or 0xC07AAA) is known color: Bouquet. HEX triplet: C0, 7A and AA. RGB value is (192,122,170). Sum of RGB (Red+Green+Blue) = 192+122+170=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AAA is #3F8555. Grayscale: #949494. Windows color (decimal): -4162902 or 11172544. OLE color: 11172544.
HSL color Cylindrical-coordinate representation of color #C07AAA: hue angle of 318.86º 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 #C07AAA is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 170 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.25 |
| HSL | 318.86º | 0.36% | 0.62% | - |
| HSV(B) | 318.86º | 0.36% | 0.75% | - |
| XYZ | 35.95 | 28.03 | 41.55 | - |
| YUV | 148.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 170 | 0 | 0.36 | 0.11 | 0.25 | 318.86 | 0.36 | 0.62 |
| Hex | C0 | 7A | AA | 0 | 24 | B | 19 | 13F | 24 | 3E |
| Octal | 300 | 172 | 252 | 0 | 44 | 13 | 31 | 477 | 44 | 76 |
| Binary | 11000000 | 1111010 | 10101010 | 0 | 100100 | 1011 | 11001 | 100111111 | 100100 | 111110 |
Color Harmonies of #C07AAA
Complementary color
Monochromatic Colors of #C07AAA
Black with #C07AAA
Text Example
Text Example
White with #C07AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AAA; }
p { color: rgb(192,122,170); }
H1.HeaderClassName
{
color: #C07AAA;
}
.AnyTagClassName
{
color: #C07AAA;
}
</style>
background-color css
<style>
a { background-color: #C07AAA; }
a { background-color: rgb(192,122,170); }
div.DivClassName
{
background-color: #C07AAA;
}
.BgClassName
{
background-color: #C07AAA;
}
</style>
border-color css
<style>
span { border-color: #C07AAA; }
span { border-color: rgb(192,122,170); }
td.TdClassName
{
border-color: #C07AAA;
}
.TagClassName
{
border-color: #C07AAA;
}
</style>