Shades of Bouquet #C07DA9
Tints of Bouquet #C07DA9
RGB
CMYK
RGB Variations
Color information
#C07DA9 (or 0xC07DA9) is known color: Bouquet. HEX triplet: C0, 7D and A9. RGB value is (192,125,169). Sum of RGB (Red+Green+Blue) = 192+125+169=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07DA9 is #3F8256. Grayscale: #959595. Windows color (decimal): -4162135 or 11107776. OLE color: 11107776.
HSL color Cylindrical-coordinate representation of color #C07DA9: hue angle of 320.6º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07DA9 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 169 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.25 |
| HSL | 320.6º | 0.35% | 0.62% | - |
| HSV(B) | 320.6º | 0.35% | 0.75% | - |
| XYZ | 36.23 | 28.74 | 41.17 | - |
| YUV | 150.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 169 | 0 | 0.35 | 0.12 | 0.25 | 320.6 | 0.35 | 0.62 |
| Hex | C0 | 7D | A9 | 0 | 23 | C | 19 | 141 | 23 | 3E |
| Octal | 300 | 175 | 251 | 0 | 43 | 14 | 31 | 501 | 43 | 76 |
| Binary | 11000000 | 1111101 | 10101001 | 0 | 100011 | 1100 | 11001 | 101000001 | 100011 | 111110 |
Color Harmonies of #C07DA9
Complementary color
Monochromatic Colors of #C07DA9
Black with #C07DA9
Text Example
Text Example
White with #C07DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DA9; }
p { color: rgb(192,125,169); }
H1.HeaderClassName
{
color: #C07DA9;
}
.AnyTagClassName
{
color: #C07DA9;
}
</style>
background-color css
<style>
a { background-color: #C07DA9; }
a { background-color: rgb(192,125,169); }
div.DivClassName
{
background-color: #C07DA9;
}
.BgClassName
{
background-color: #C07DA9;
}
</style>
border-color css
<style>
span { border-color: #C07DA9; }
span { border-color: rgb(192,125,169); }
td.TdClassName
{
border-color: #C07DA9;
}
.TagClassName
{
border-color: #C07DA9;
}
</style>