Shades of Bouquet #C07DA8
Tints of Bouquet #C07DA8
RGB
CMYK
RGB Variations
Color information
#C07DA8 (or 0xC07DA8) is known color: Bouquet. HEX triplet: C0, 7D and A8. RGB value is (192,125,168). Sum of RGB (Red+Green+Blue) = 192+125+168=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07DA8 is #3F8257. Grayscale: #959595. Windows color (decimal): -4162136 or 11042240. OLE color: 11042240.
HSL color Cylindrical-coordinate representation of color #C07DA8: hue angle of 321.49º 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 #C07DA8 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 168 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.25 |
| HSL | 321.49º | 0.35% | 0.62% | - |
| HSV(B) | 321.49º | 0.35% | 0.75% | - |
| XYZ | 36.14 | 28.7 | 40.68 | - |
| YUV | 149.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 168 | 0 | 0.35 | 0.12 | 0.25 | 321.49 | 0.35 | 0.62 |
| Hex | C0 | 7D | A8 | 0 | 23 | C | 19 | 141 | 23 | 3E |
| Octal | 300 | 175 | 250 | 0 | 43 | 14 | 31 | 501 | 43 | 76 |
| Binary | 11000000 | 1111101 | 10101000 | 0 | 100011 | 1100 | 11001 | 101000001 | 100011 | 111110 |
Color Harmonies of #C07DA8
Complementary color
Monochromatic Colors of #C07DA8
Black with #C07DA8
Text Example
Text Example
White with #C07DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DA8; }
p { color: rgb(192,125,168); }
H1.HeaderClassName
{
color: #C07DA8;
}
.AnyTagClassName
{
color: #C07DA8;
}
</style>
background-color css
<style>
a { background-color: #C07DA8; }
a { background-color: rgb(192,125,168); }
div.DivClassName
{
background-color: #C07DA8;
}
.BgClassName
{
background-color: #C07DA8;
}
</style>
border-color css
<style>
span { border-color: #C07DA8; }
span { border-color: rgb(192,125,168); }
td.TdClassName
{
border-color: #C07DA8;
}
.TagClassName
{
border-color: #C07DA8;
}
</style>