Shades of Bouquet #C080AA
Tints of Bouquet #C080AA
RGB
CMYK
RGB Variations
Color information
#C080AA (or 0xC080AA) is known color: Bouquet. HEX triplet: C0, 80 and AA. RGB value is (192,128,170). Sum of RGB (Red+Green+Blue) = 192+128+170=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C080AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080AA is #3F7F55. Grayscale: #979797. Windows color (decimal): -4161366 or 11174080. OLE color: 11174080.
HSL color Cylindrical-coordinate representation of color #C080AA: hue angle of 320.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C080AA is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 170 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.25 |
| HSL | 320.63º | 0.34% | 0.63% | - |
| HSV(B) | 320.63º | 0.33% | 0.75% | - |
| XYZ | 36.71 | 29.55 | 41.8 | - |
| YUV | 151.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 170 | 0 | 0.33 | 0.11 | 0.25 | 320.63 | 0.34 | 0.63 |
| Hex | C0 | 80 | AA | 0 | 21 | B | 19 | 141 | 22 | 3F |
| Octal | 300 | 200 | 252 | 0 | 41 | 13 | 31 | 501 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10101010 | 0 | 100001 | 1011 | 11001 | 101000001 | 100010 | 111111 |
Color Harmonies of #C080AA
Complementary color
Monochromatic Colors of #C080AA
Black with #C080AA
Text Example
Text Example
White with #C080AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080AA; }
p { color: rgb(192,128,170); }
H1.HeaderClassName
{
color: #C080AA;
}
.AnyTagClassName
{
color: #C080AA;
}
</style>
background-color css
<style>
a { background-color: #C080AA; }
a { background-color: rgb(192,128,170); }
div.DivClassName
{
background-color: #C080AA;
}
.BgClassName
{
background-color: #C080AA;
}
</style>
border-color css
<style>
span { border-color: #C080AA; }
span { border-color: rgb(192,128,170); }
td.TdClassName
{
border-color: #C080AA;
}
.TagClassName
{
border-color: #C080AA;
}
</style>