Shades of Bouquet #C070AB
Tints of Bouquet #C070AB
RGB
CMYK
RGB Variations
Color information
#C070AB (or 0xC070AB) is known color: Bouquet. HEX triplet: C0, 70 and AB. RGB value is (192,112,171). Sum of RGB (Red+Green+Blue) = 192+112+171=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C070AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070AB is #3F8F54. Grayscale: #8E8E8E. Windows color (decimal): -4165461 or 11235520. OLE color: 11235520.
HSL color Cylindrical-coordinate representation of color #C070AB: hue angle of 315.75º 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 #C070AB is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 171 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.25 |
| HSL | 315.75º | 0.39% | 0.6% | - |
| HSV(B) | 315.75º | 0.42% | 0.75% | - |
| XYZ | 34.88 | 25.74 | 41.66 | - |
| YUV | 142.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 171 | 0 | 0.42 | 0.11 | 0.25 | 315.75 | 0.39 | 0.6 |
| Hex | C0 | 70 | AB | 0 | 2A | B | 19 | 13C | 27 | 3C |
| Octal | 300 | 160 | 253 | 0 | 52 | 13 | 31 | 474 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10101011 | 0 | 101010 | 1011 | 11001 | 100111100 | 100111 | 111100 |
Color Harmonies of #C070AB
Complementary color
Monochromatic Colors of #C070AB
Black with #C070AB
Text Example
Text Example
White with #C070AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070AB; }
p { color: rgb(192,112,171); }
H1.HeaderClassName
{
color: #C070AB;
}
.AnyTagClassName
{
color: #C070AB;
}
</style>
background-color css
<style>
a { background-color: #C070AB; }
a { background-color: rgb(192,112,171); }
div.DivClassName
{
background-color: #C070AB;
}
.BgClassName
{
background-color: #C070AB;
}
</style>
border-color css
<style>
span { border-color: #C070AB; }
span { border-color: rgb(192,112,171); }
td.TdClassName
{
border-color: #C070AB;
}
.TagClassName
{
border-color: #C070AB;
}
</style>