Shades of Bouquet #C072AA
Tints of Bouquet #C072AA
RGB
CMYK
RGB Variations
Color information
#C072AA (or 0xC072AA) is known color: Bouquet. HEX triplet: C0, 72 and AA. RGB value is (192,114,170). Sum of RGB (Red+Green+Blue) = 192+114+170=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C072AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C072AA is #3F8D55. Grayscale: #8F8F8F. Windows color (decimal): -4164950 or 11170496. OLE color: 11170496.
HSL color Cylindrical-coordinate representation of color #C072AA: hue angle of 316.92º 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 #C072AA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 170 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.25 |
| HSL | 316.92º | 0.38% | 0.6% | - |
| HSV(B) | 316.92º | 0.41% | 0.75% | - |
| XYZ | 35.01 | 26.14 | 41.23 | - |
| YUV | 143.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 170 | 0 | 0.41 | 0.11 | 0.25 | 316.92 | 0.38 | 0.6 |
| Hex | C0 | 72 | AA | 0 | 29 | B | 19 | 13D | 26 | 3C |
| Octal | 300 | 162 | 252 | 0 | 51 | 13 | 31 | 475 | 46 | 74 |
| Binary | 11000000 | 1110010 | 10101010 | 0 | 101001 | 1011 | 11001 | 100111101 | 100110 | 111100 |
Color Harmonies of #C072AA
Complementary color
Monochromatic Colors of #C072AA
Black with #C072AA
Text Example
Text Example
White with #C072AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072AA; }
p { color: rgb(192,114,170); }
H1.HeaderClassName
{
color: #C072AA;
}
.AnyTagClassName
{
color: #C072AA;
}
</style>
background-color css
<style>
a { background-color: #C072AA; }
a { background-color: rgb(192,114,170); }
div.DivClassName
{
background-color: #C072AA;
}
.BgClassName
{
background-color: #C072AA;
}
</style>
border-color css
<style>
span { border-color: #C072AA; }
span { border-color: rgb(192,114,170); }
td.TdClassName
{
border-color: #C072AA;
}
.TagClassName
{
border-color: #C072AA;
}
</style>