Shades of Bouquet #C070A6
Tints of Bouquet #C070A6
RGB
CMYK
RGB Variations
Color information
#C070A6 (or 0xC070A6) is known color: Bouquet. HEX triplet: C0, 70 and A6. RGB value is (192,112,166). Sum of RGB (Red+Green+Blue) = 192+112+166=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C070A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070A6 is #3F8F59. Grayscale: #8D8D8D. Windows color (decimal): -4165466 or 10907840. OLE color: 10907840.
HSL color Cylindrical-coordinate representation of color #C070A6: hue angle of 319.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 #C070A6 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 166 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.25 |
| HSL | 319.5º | 0.39% | 0.6% | - |
| HSV(B) | 319.5º | 0.42% | 0.75% | - |
| XYZ | 34.42 | 25.55 | 39.19 | - |
| YUV | 142.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 166 | 0 | 0.42 | 0.14 | 0.25 | 319.5 | 0.39 | 0.6 |
| Hex | C0 | 70 | A6 | 0 | 2A | E | 19 | 140 | 27 | 3C |
| Octal | 300 | 160 | 246 | 0 | 52 | 16 | 31 | 500 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10100110 | 0 | 101010 | 1110 | 11001 | 101000000 | 100111 | 111100 |
Color Harmonies of #C070A6
Complementary color
Monochromatic Colors of #C070A6
Black with #C070A6
Text Example
Text Example
White with #C070A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070A6; }
p { color: rgb(192,112,166); }
H1.HeaderClassName
{
color: #C070A6;
}
.AnyTagClassName
{
color: #C070A6;
}
</style>
background-color css
<style>
a { background-color: #C070A6; }
a { background-color: rgb(192,112,166); }
div.DivClassName
{
background-color: #C070A6;
}
.BgClassName
{
background-color: #C070A6;
}
</style>
border-color css
<style>
span { border-color: #C070A6; }
span { border-color: rgb(192,112,166); }
td.TdClassName
{
border-color: #C070A6;
}
.TagClassName
{
border-color: #C070A6;
}
</style>