Shades of Bouquet #C06DAB
Tints of Bouquet #C06DAB
RGB
CMYK
RGB Variations
Color information
#C06DAB (or 0xC06DAB) is known color: Bouquet. HEX triplet: C0, 6D and AB. RGB value is (192,109,171). Sum of RGB (Red+Green+Blue) = 192+109+171=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06DAB is #3F9254. Grayscale: #8C8C8C. Windows color (decimal): -4166229 or 11234752. OLE color: 11234752.
HSL color Cylindrical-coordinate representation of color #C06DAB: hue angle of 315.18º 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 #C06DAB is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 171 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.25 |
| HSL | 315.18º | 0.4% | 0.59% | - |
| HSV(B) | 315.18º | 0.43% | 0.75% | - |
| XYZ | 34.56 | 25.08 | 41.55 | - |
| YUV | 140.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 171 | 0 | 0.43 | 0.11 | 0.25 | 315.18 | 0.4 | 0.59 |
| Hex | C0 | 6D | AB | 0 | 2B | B | 19 | 13B | 28 | 3B |
| Octal | 300 | 155 | 253 | 0 | 53 | 13 | 31 | 473 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10101011 | 0 | 101011 | 1011 | 11001 | 100111011 | 101000 | 111011 |
Color Harmonies of #C06DAB
Complementary color
Monochromatic Colors of #C06DAB
Black with #C06DAB
Text Example
Text Example
White with #C06DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DAB; }
p { color: rgb(192,109,171); }
H1.HeaderClassName
{
color: #C06DAB;
}
.AnyTagClassName
{
color: #C06DAB;
}
</style>
background-color css
<style>
a { background-color: #C06DAB; }
a { background-color: rgb(192,109,171); }
div.DivClassName
{
background-color: #C06DAB;
}
.BgClassName
{
background-color: #C06DAB;
}
</style>
border-color css
<style>
span { border-color: #C06DAB; }
span { border-color: rgb(192,109,171); }
td.TdClassName
{
border-color: #C06DAB;
}
.TagClassName
{
border-color: #C06DAB;
}
</style>