Shades of Bouquet #C06DA8
Tints of Bouquet #C06DA8
RGB
CMYK
RGB Variations
Color information
#C06DA8 (or 0xC06DA8) is known color: Bouquet. HEX triplet: C0, 6D and A8. RGB value is (192,109,168). Sum of RGB (Red+Green+Blue) = 192+109+168=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06DA8 is #3F9257. Grayscale: #8C8C8C. Windows color (decimal): -4166232 or 11038144. OLE color: 11038144.
HSL color Cylindrical-coordinate representation of color #C06DA8: hue angle of 317.35º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06DA8 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 168 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.25 |
| HSL | 317.35º | 0.4% | 0.59% | - |
| HSV(B) | 317.35º | 0.43% | 0.75% | - |
| XYZ | 34.27 | 24.97 | 40.06 | - |
| YUV | 140.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 168 | 0 | 0.43 | 0.12 | 0.25 | 317.35 | 0.4 | 0.59 |
| Hex | C0 | 6D | A8 | 0 | 2B | C | 19 | 13D | 28 | 3B |
| Octal | 300 | 155 | 250 | 0 | 53 | 14 | 31 | 475 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10101000 | 0 | 101011 | 1100 | 11001 | 100111101 | 101000 | 111011 |
Color Harmonies of #C06DA8
Complementary color
Monochromatic Colors of #C06DA8
Black with #C06DA8
Text Example
Text Example
White with #C06DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DA8; }
p { color: rgb(192,109,168); }
H1.HeaderClassName
{
color: #C06DA8;
}
.AnyTagClassName
{
color: #C06DA8;
}
</style>
background-color css
<style>
a { background-color: #C06DA8; }
a { background-color: rgb(192,109,168); }
div.DivClassName
{
background-color: #C06DA8;
}
.BgClassName
{
background-color: #C06DA8;
}
</style>
border-color css
<style>
span { border-color: #C06DA8; }
span { border-color: rgb(192,109,168); }
td.TdClassName
{
border-color: #C06DA8;
}
.TagClassName
{
border-color: #C06DA8;
}
</style>