Shades of Bouquet #C06FAD
Tints of Bouquet #C06FAD
RGB
CMYK
RGB Variations
Color information
#C06FAD (or 0xC06FAD) is known color: Bouquet. HEX triplet: C0, 6F and AD. RGB value is (192,111,173). Sum of RGB (Red+Green+Blue) = 192+111+173=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FAD is #3F9052. Grayscale: #8E8E8E. Windows color (decimal): -4165715 or 11366336. OLE color: 11366336.
HSL color Cylindrical-coordinate representation of color #C06FAD: hue angle of 314.07º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06FAD is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 173 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.25 |
| HSL | 314.07º | 0.39% | 0.59% | - |
| HSV(B) | 314.07º | 0.42% | 0.75% | - |
| XYZ | 34.97 | 25.59 | 42.63 | - |
| YUV | 142.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 173 | 0 | 0.42 | 0.10 | 0.25 | 314.07 | 0.39 | 0.59 |
| Hex | C0 | 6F | AD | 0 | 2A | A | 19 | 13A | 27 | 3B |
| Octal | 300 | 157 | 255 | 0 | 52 | 12 | 31 | 472 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10101101 | 0 | 101010 | 1010 | 11001 | 100111010 | 100111 | 111011 |
Color Harmonies of #C06FAD
Complementary color
Monochromatic Colors of #C06FAD
Black with #C06FAD
Text Example
Text Example
White with #C06FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FAD; }
p { color: rgb(192,111,173); }
H1.HeaderClassName
{
color: #C06FAD;
}
.AnyTagClassName
{
color: #C06FAD;
}
</style>
background-color css
<style>
a { background-color: #C06FAD; }
a { background-color: rgb(192,111,173); }
div.DivClassName
{
background-color: #C06FAD;
}
.BgClassName
{
background-color: #C06FAD;
}
</style>
border-color css
<style>
span { border-color: #C06FAD; }
span { border-color: rgb(192,111,173); }
td.TdClassName
{
border-color: #C06FAD;
}
.TagClassName
{
border-color: #C06FAD;
}
</style>