Shades of Bouquet #C082AA
Tints of Bouquet #C082AA
RGB
CMYK
RGB Variations
Color information
#C082AA (or 0xC082AA) is known color: Bouquet. HEX triplet: C0, 82 and AA. RGB value is (192,130,170). Sum of RGB (Red+Green+Blue) = 192+130+170=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C082AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C082AA is #3F7D55. Grayscale: #999999. Windows color (decimal): -4160854 or 11174592. OLE color: 11174592.
HSL color Cylindrical-coordinate representation of color #C082AA: hue angle of 321.29º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C082AA is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 170 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.25 |
| HSL | 321.29º | 0.33% | 0.63% | - |
| HSV(B) | 321.29º | 0.32% | 0.75% | - |
| XYZ | 36.98 | 30.07 | 41.89 | - |
| YUV | 153.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 170 | 0 | 0.32 | 0.11 | 0.25 | 321.29 | 0.33 | 0.63 |
| Hex | C0 | 82 | AA | 0 | 20 | B | 19 | 141 | 21 | 3F |
| Octal | 300 | 202 | 252 | 0 | 40 | 13 | 31 | 501 | 41 | 77 |
| Binary | 11000000 | 10000010 | 10101010 | 0 | 100000 | 1011 | 11001 | 101000001 | 100001 | 111111 |
Color Harmonies of #C082AA
Complementary color
Monochromatic Colors of #C082AA
Black with #C082AA
Text Example
Text Example
White with #C082AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082AA; }
p { color: rgb(192,130,170); }
H1.HeaderClassName
{
color: #C082AA;
}
.AnyTagClassName
{
color: #C082AA;
}
</style>
background-color css
<style>
a { background-color: #C082AA; }
a { background-color: rgb(192,130,170); }
div.DivClassName
{
background-color: #C082AA;
}
.BgClassName
{
background-color: #C082AA;
}
</style>
border-color css
<style>
span { border-color: #C082AA; }
span { border-color: rgb(192,130,170); }
td.TdClassName
{
border-color: #C082AA;
}
.TagClassName
{
border-color: #C082AA;
}
</style>