Shades of Bouquet #C082A6
Tints of Bouquet #C082A6
RGB
CMYK
RGB Variations
Color information
#C082A6 (or 0xC082A6) is known color: Bouquet. HEX triplet: C0, 82 and A6. RGB value is (192,130,166). Sum of RGB (Red+Green+Blue) = 192+130+166=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C082A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C082A6 is #3F7D59. Grayscale: #989898. Windows color (decimal): -4160858 or 10912448. OLE color: 10912448.
HSL color Cylindrical-coordinate representation of color #C082A6: hue angle of 325.16º 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 #C082A6 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 166 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.25 |
| HSL | 325.16º | 0.33% | 0.63% | - |
| HSV(B) | 325.16º | 0.32% | 0.75% | - |
| XYZ | 36.6 | 29.92 | 39.92 | - |
| YUV | 152.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 166 | 0 | 0.32 | 0.14 | 0.25 | 325.16 | 0.33 | 0.63 |
| Hex | C0 | 82 | A6 | 0 | 20 | E | 19 | 145 | 21 | 3F |
| Octal | 300 | 202 | 246 | 0 | 40 | 16 | 31 | 505 | 41 | 77 |
| Binary | 11000000 | 10000010 | 10100110 | 0 | 100000 | 1110 | 11001 | 101000101 | 100001 | 111111 |
Color Harmonies of #C082A6
Complementary color
Monochromatic Colors of #C082A6
Black with #C082A6
Text Example
Text Example
White with #C082A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082A6; }
p { color: rgb(192,130,166); }
H1.HeaderClassName
{
color: #C082A6;
}
.AnyTagClassName
{
color: #C082A6;
}
</style>
background-color css
<style>
a { background-color: #C082A6; }
a { background-color: rgb(192,130,166); }
div.DivClassName
{
background-color: #C082A6;
}
.BgClassName
{
background-color: #C082A6;
}
</style>
border-color css
<style>
span { border-color: #C082A6; }
span { border-color: rgb(192,130,166); }
td.TdClassName
{
border-color: #C082A6;
}
.TagClassName
{
border-color: #C082A6;
}
</style>