Shades of Bouquet #C070AD
Tints of Bouquet #C070AD
RGB
CMYK
RGB Variations
Color information
#C070AD (or 0xC070AD) is known color: Bouquet. HEX triplet: C0, 70 and AD. RGB value is (192,112,173). Sum of RGB (Red+Green+Blue) = 192+112+173=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C070AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070AD is #3F8F52. Grayscale: #8E8E8E. Windows color (decimal): -4165459 or 11366592. OLE color: 11366592.
HSL color Cylindrical-coordinate representation of color #C070AD: hue angle of 314.25º 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 #C070AD is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 173 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.25 |
| HSL | 314.25º | 0.39% | 0.6% | - |
| HSV(B) | 314.25º | 0.42% | 0.75% | - |
| XYZ | 35.08 | 25.81 | 42.67 | - |
| YUV | 142.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 173 | 0 | 0.42 | 0.10 | 0.25 | 314.25 | 0.39 | 0.6 |
| Hex | C0 | 70 | AD | 0 | 2A | A | 19 | 13A | 27 | 3C |
| Octal | 300 | 160 | 255 | 0 | 52 | 12 | 31 | 472 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10101101 | 0 | 101010 | 1010 | 11001 | 100111010 | 100111 | 111100 |
Color Harmonies of #C070AD
Complementary color
Monochromatic Colors of #C070AD
Black with #C070AD
Text Example
Text Example
White with #C070AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070AD; }
p { color: rgb(192,112,173); }
H1.HeaderClassName
{
color: #C070AD;
}
.AnyTagClassName
{
color: #C070AD;
}
</style>
background-color css
<style>
a { background-color: #C070AD; }
a { background-color: rgb(192,112,173); }
div.DivClassName
{
background-color: #C070AD;
}
.BgClassName
{
background-color: #C070AD;
}
</style>
border-color css
<style>
span { border-color: #C070AD; }
span { border-color: rgb(192,112,173); }
td.TdClassName
{
border-color: #C070AD;
}
.TagClassName
{
border-color: #C070AD;
}
</style>