Shades of Bouquet #C07FA5
Tints of Bouquet #C07FA5
RGB
CMYK
RGB Variations
Color information
#C07FA5 (or 0xC07FA5) is known color: Bouquet. HEX triplet: C0, 7F and A5. RGB value is (192,127,165). Sum of RGB (Red+Green+Blue) = 192+127+165=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FA5 is #3F805A. Grayscale: #969696. Windows color (decimal): -4161627 or 10846144. OLE color: 10846144.
HSL color Cylindrical-coordinate representation of color #C07FA5: hue angle of 324.92º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07FA5 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 165 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.25 |
| HSL | 324.92º | 0.34% | 0.63% | - |
| HSV(B) | 324.92º | 0.34% | 0.75% | - |
| XYZ | 36.12 | 29.1 | 39.31 | - |
| YUV | 150.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 165 | 0 | 0.34 | 0.14 | 0.25 | 324.92 | 0.34 | 0.63 |
| Hex | C0 | 7F | A5 | 0 | 22 | E | 19 | 145 | 22 | 3F |
| Octal | 300 | 177 | 245 | 0 | 42 | 16 | 31 | 505 | 42 | 77 |
| Binary | 11000000 | 1111111 | 10100101 | 0 | 100010 | 1110 | 11001 | 101000101 | 100010 | 111111 |
Color Harmonies of #C07FA5
Complementary color
Monochromatic Colors of #C07FA5
Black with #C07FA5
Text Example
Text Example
White with #C07FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FA5; }
p { color: rgb(192,127,165); }
H1.HeaderClassName
{
color: #C07FA5;
}
.AnyTagClassName
{
color: #C07FA5;
}
</style>
background-color css
<style>
a { background-color: #C07FA5; }
a { background-color: rgb(192,127,165); }
div.DivClassName
{
background-color: #C07FA5;
}
.BgClassName
{
background-color: #C07FA5;
}
</style>
border-color css
<style>
span { border-color: #C07FA5; }
span { border-color: rgb(192,127,165); }
td.TdClassName
{
border-color: #C07FA5;
}
.TagClassName
{
border-color: #C07FA5;
}
</style>