Shades of Bouquet #C080A3
Tints of Bouquet #C080A3
RGB
CMYK
RGB Variations
Color information
#C080A3 (or 0xC080A3) is known color: Bouquet. HEX triplet: C0, 80 and A3. RGB value is (192,128,163). Sum of RGB (Red+Green+Blue) = 192+128+163=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C080A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080A3 is #3F7F5C. Grayscale: #979797. Windows color (decimal): -4161373 or 10715328. OLE color: 10715328.
HSL color Cylindrical-coordinate representation of color #C080A3: hue angle of 327.19º 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 #C080A3 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 163 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.25 |
| HSL | 327.19º | 0.34% | 0.63% | - |
| HSV(B) | 327.19º | 0.33% | 0.75% | - |
| XYZ | 36.07 | 29.29 | 38.4 | - |
| YUV | 151.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 163 | 0 | 0.33 | 0.15 | 0.25 | 327.19 | 0.34 | 0.63 |
| Hex | C0 | 80 | A3 | 0 | 21 | F | 19 | 147 | 22 | 3F |
| Octal | 300 | 200 | 243 | 0 | 41 | 17 | 31 | 507 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10100011 | 0 | 100001 | 1111 | 11001 | 101000111 | 100010 | 111111 |
Color Harmonies of #C080A3
Complementary color
Monochromatic Colors of #C080A3
Black with #C080A3
Text Example
Text Example
White with #C080A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080A3; }
p { color: rgb(192,128,163); }
H1.HeaderClassName
{
color: #C080A3;
}
.AnyTagClassName
{
color: #C080A3;
}
</style>
background-color css
<style>
a { background-color: #C080A3; }
a { background-color: rgb(192,128,163); }
div.DivClassName
{
background-color: #C080A3;
}
.BgClassName
{
background-color: #C080A3;
}
</style>
border-color css
<style>
span { border-color: #C080A3; }
span { border-color: rgb(192,128,163); }
td.TdClassName
{
border-color: #C080A3;
}
.TagClassName
{
border-color: #C080A3;
}
</style>