Shades of Bouquet #C080A5
Tints of Bouquet #C080A5
RGB
CMYK
RGB Variations
Color information
#C080A5 (or 0xC080A5) is known color: Bouquet. HEX triplet: C0, 80 and A5. RGB value is (192,128,165). Sum of RGB (Red+Green+Blue) = 192+128+165=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C080A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080A5 is #3F7F5A. Grayscale: #979797. Windows color (decimal): -4161371 or 10846400. OLE color: 10846400.
HSL color Cylindrical-coordinate representation of color #C080A5: hue angle of 325.31º 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 #C080A5 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 165 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.25 |
| HSL | 325.31º | 0.34% | 0.63% | - |
| HSV(B) | 325.31º | 0.33% | 0.75% | - |
| XYZ | 36.25 | 29.36 | 39.35 | - |
| YUV | 151.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 165 | 0 | 0.33 | 0.14 | 0.25 | 325.31 | 0.34 | 0.63 |
| Hex | C0 | 80 | A5 | 0 | 21 | E | 19 | 145 | 22 | 3F |
| Octal | 300 | 200 | 245 | 0 | 41 | 16 | 31 | 505 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10100101 | 0 | 100001 | 1110 | 11001 | 101000101 | 100010 | 111111 |
Color Harmonies of #C080A5
Complementary color
Monochromatic Colors of #C080A5
Black with #C080A5
Text Example
Text Example
White with #C080A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080A5; }
p { color: rgb(192,128,165); }
H1.HeaderClassName
{
color: #C080A5;
}
.AnyTagClassName
{
color: #C080A5;
}
</style>
background-color css
<style>
a { background-color: #C080A5; }
a { background-color: rgb(192,128,165); }
div.DivClassName
{
background-color: #C080A5;
}
.BgClassName
{
background-color: #C080A5;
}
</style>
border-color css
<style>
span { border-color: #C080A5; }
span { border-color: rgb(192,128,165); }
td.TdClassName
{
border-color: #C080A5;
}
.TagClassName
{
border-color: #C080A5;
}
</style>