Shades of Bouquet #C072A6
Tints of Bouquet #C072A6
RGB
CMYK
RGB Variations
Color information
#C072A6 (or 0xC072A6) is known color: Bouquet. HEX triplet: C0, 72 and A6. RGB value is (192,114,166). Sum of RGB (Red+Green+Blue) = 192+114+166=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C072A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C072A6 is #3F8D59. Grayscale: #8F8F8F. Windows color (decimal): -4164954 or 10908352. OLE color: 10908352.
HSL color Cylindrical-coordinate representation of color #C072A6: hue angle of 320º degrees, saturation: 0.38, 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 #C072A6 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 166 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.25 |
| HSL | 320º | 0.38% | 0.6% | - |
| HSV(B) | 320º | 0.41% | 0.75% | - |
| XYZ | 34.64 | 25.99 | 39.27 | - |
| YUV | 143.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 166 | 0 | 0.41 | 0.14 | 0.25 | 320 | 0.38 | 0.6 |
| Hex | C0 | 72 | A6 | 0 | 29 | E | 19 | 140 | 26 | 3C |
| Octal | 300 | 162 | 246 | 0 | 51 | 16 | 31 | 500 | 46 | 74 |
| Binary | 11000000 | 1110010 | 10100110 | 0 | 101001 | 1110 | 11001 | 101000000 | 100110 | 111100 |
Color Harmonies of #C072A6
Complementary color
Monochromatic Colors of #C072A6
Black with #C072A6
Text Example
Text Example
White with #C072A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072A6; }
p { color: rgb(192,114,166); }
H1.HeaderClassName
{
color: #C072A6;
}
.AnyTagClassName
{
color: #C072A6;
}
</style>
background-color css
<style>
a { background-color: #C072A6; }
a { background-color: rgb(192,114,166); }
div.DivClassName
{
background-color: #C072A6;
}
.BgClassName
{
background-color: #C072A6;
}
</style>
border-color css
<style>
span { border-color: #C072A6; }
span { border-color: rgb(192,114,166); }
td.TdClassName
{
border-color: #C072A6;
}
.TagClassName
{
border-color: #C072A6;
}
</style>