Shades of Bouquet #C071A6
Tints of Bouquet #C071A6
RGB
CMYK
RGB Variations
Color information
#C071A6 (or 0xC071A6) is known color: Bouquet. HEX triplet: C0, 71 and A6. RGB value is (192,113,166). Sum of RGB (Red+Green+Blue) = 192+113+166=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C071A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071A6 is #3F8E59. Grayscale: #8E8E8E. Windows color (decimal): -4165210 or 10908096. OLE color: 10908096.
HSL color Cylindrical-coordinate representation of color #C071A6: hue angle of 319.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C071A6 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 166 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.25 |
| HSL | 319.75º | 0.39% | 0.6% | - |
| HSV(B) | 319.75º | 0.41% | 0.75% | - |
| XYZ | 34.53 | 25.77 | 39.23 | - |
| YUV | 142.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 166 | 0 | 0.41 | 0.14 | 0.25 | 319.75 | 0.39 | 0.6 |
| Hex | C0 | 71 | A6 | 0 | 29 | E | 19 | 140 | 27 | 3C |
| Octal | 300 | 161 | 246 | 0 | 51 | 16 | 31 | 500 | 47 | 74 |
| Binary | 11000000 | 1110001 | 10100110 | 0 | 101001 | 1110 | 11001 | 101000000 | 100111 | 111100 |
Color Harmonies of #C071A6
Complementary color
Monochromatic Colors of #C071A6
Black with #C071A6
Text Example
Text Example
White with #C071A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071A6; }
p { color: rgb(192,113,166); }
H1.HeaderClassName
{
color: #C071A6;
}
.AnyTagClassName
{
color: #C071A6;
}
</style>
background-color css
<style>
a { background-color: #C071A6; }
a { background-color: rgb(192,113,166); }
div.DivClassName
{
background-color: #C071A6;
}
.BgClassName
{
background-color: #C071A6;
}
</style>
border-color css
<style>
span { border-color: #C071A6; }
span { border-color: rgb(192,113,166); }
td.TdClassName
{
border-color: #C071A6;
}
.TagClassName
{
border-color: #C071A6;
}
</style>