Shades of Bouquet #C080A7
Tints of Bouquet #C080A7
RGB
CMYK
RGB Variations
Color information
#C080A7 (or 0xC080A7) is known color: Bouquet. HEX triplet: C0, 80 and A7. RGB value is (192,128,167). Sum of RGB (Red+Green+Blue) = 192+128+167=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C080A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080A7 is #3F7F58. Grayscale: #979797. Windows color (decimal): -4161369 or 10977472. OLE color: 10977472.
HSL color Cylindrical-coordinate representation of color #C080A7: hue angle of 323.44º 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 #C080A7 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 167 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.25 |
| HSL | 323.44º | 0.34% | 0.63% | - |
| HSV(B) | 323.44º | 0.33% | 0.75% | - |
| XYZ | 36.43 | 29.43 | 40.32 | - |
| YUV | 151.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 167 | 0 | 0.33 | 0.13 | 0.25 | 323.44 | 0.34 | 0.63 |
| Hex | C0 | 80 | A7 | 0 | 21 | D | 19 | 143 | 22 | 3F |
| Octal | 300 | 200 | 247 | 0 | 41 | 15 | 31 | 503 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10100111 | 0 | 100001 | 1101 | 11001 | 101000011 | 100010 | 111111 |
Color Harmonies of #C080A7
Complementary color
Monochromatic Colors of #C080A7
Black with #C080A7
Text Example
Text Example
White with #C080A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080A7; }
p { color: rgb(192,128,167); }
H1.HeaderClassName
{
color: #C080A7;
}
.AnyTagClassName
{
color: #C080A7;
}
</style>
background-color css
<style>
a { background-color: #C080A7; }
a { background-color: rgb(192,128,167); }
div.DivClassName
{
background-color: #C080A7;
}
.BgClassName
{
background-color: #C080A7;
}
</style>
border-color css
<style>
span { border-color: #C080A7; }
span { border-color: rgb(192,128,167); }
td.TdClassName
{
border-color: #C080A7;
}
.TagClassName
{
border-color: #C080A7;
}
</style>