Shades of Bouquet #C070A7
Tints of Bouquet #C070A7
RGB
CMYK
RGB Variations
Color information
#C070A7 (or 0xC070A7) is known color: Bouquet. HEX triplet: C0, 70 and A7. RGB value is (192,112,167). Sum of RGB (Red+Green+Blue) = 192+112+167=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C070A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070A7 is #3F8F58. Grayscale: #8E8E8E. Windows color (decimal): -4165465 or 10973376. OLE color: 10973376.
HSL color Cylindrical-coordinate representation of color #C070A7: hue angle of 318.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 #C070A7 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 167 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.25 |
| HSL | 318.75º | 0.39% | 0.6% | - |
| HSV(B) | 318.75º | 0.42% | 0.75% | - |
| XYZ | 34.51 | 25.58 | 39.68 | - |
| YUV | 142.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 167 | 0 | 0.42 | 0.13 | 0.25 | 318.75 | 0.39 | 0.6 |
| Hex | C0 | 70 | A7 | 0 | 2A | D | 19 | 13F | 27 | 3C |
| Octal | 300 | 160 | 247 | 0 | 52 | 15 | 31 | 477 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10100111 | 0 | 101010 | 1101 | 11001 | 100111111 | 100111 | 111100 |
Color Harmonies of #C070A7
Complementary color
Monochromatic Colors of #C070A7
Black with #C070A7
Text Example
Text Example
White with #C070A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070A7; }
p { color: rgb(192,112,167); }
H1.HeaderClassName
{
color: #C070A7;
}
.AnyTagClassName
{
color: #C070A7;
}
</style>
background-color css
<style>
a { background-color: #C070A7; }
a { background-color: rgb(192,112,167); }
div.DivClassName
{
background-color: #C070A7;
}
.BgClassName
{
background-color: #C070A7;
}
</style>
border-color css
<style>
span { border-color: #C070A7; }
span { border-color: rgb(192,112,167); }
td.TdClassName
{
border-color: #C070A7;
}
.TagClassName
{
border-color: #C070A7;
}
</style>