Shades of Bouquet #C070AA
Tints of Bouquet #C070AA
RGB
CMYK
RGB Variations
Color information
#C070AA (or 0xC070AA) is known color: Bouquet. HEX triplet: C0, 70 and AA. RGB value is (192,112,170). Sum of RGB (Red+Green+Blue) = 192+112+170=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C070AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070AA is #3F8F55. Grayscale: #8E8E8E. Windows color (decimal): -4165462 or 11169984. OLE color: 11169984.
HSL color Cylindrical-coordinate representation of color #C070AA: hue angle of 316.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C070AA is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 170 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.25 |
| HSL | 316.5º | 0.39% | 0.6% | - |
| HSV(B) | 316.5º | 0.42% | 0.75% | - |
| XYZ | 34.79 | 25.7 | 41.16 | - |
| YUV | 142.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 170 | 0 | 0.42 | 0.11 | 0.25 | 316.5 | 0.39 | 0.6 |
| Hex | C0 | 70 | AA | 0 | 2A | B | 19 | 13C | 27 | 3C |
| Octal | 300 | 160 | 252 | 0 | 52 | 13 | 31 | 474 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10101010 | 0 | 101010 | 1011 | 11001 | 100111100 | 100111 | 111100 |
Color Harmonies of #C070AA
Complementary color
Monochromatic Colors of #C070AA
Black with #C070AA
Text Example
Text Example
White with #C070AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070AA; }
p { color: rgb(192,112,170); }
H1.HeaderClassName
{
color: #C070AA;
}
.AnyTagClassName
{
color: #C070AA;
}
</style>
background-color css
<style>
a { background-color: #C070AA; }
a { background-color: rgb(192,112,170); }
div.DivClassName
{
background-color: #C070AA;
}
.BgClassName
{
background-color: #C070AA;
}
</style>
border-color css
<style>
span { border-color: #C070AA; }
span { border-color: rgb(192,112,170); }
td.TdClassName
{
border-color: #C070AA;
}
.TagClassName
{
border-color: #C070AA;
}
</style>