Shades of Bouquet #C06FAA
Tints of Bouquet #C06FAA
RGB
CMYK
RGB Variations
Color information
#C06FAA (or 0xC06FAA) is known color: Bouquet. HEX triplet: C0, 6F and AA. RGB value is (192,111,170). Sum of RGB (Red+Green+Blue) = 192+111+170=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FAA is #3F9055. Grayscale: #8D8D8D. Windows color (decimal): -4165718 or 11169728. OLE color: 11169728.
HSL color Cylindrical-coordinate representation of color #C06FAA: hue angle of 316.3º 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 #C06FAA is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 170 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.25 |
| HSL | 316.3º | 0.39% | 0.59% | - |
| HSV(B) | 316.3º | 0.42% | 0.75% | - |
| XYZ | 34.68 | 25.48 | 41.12 | - |
| YUV | 141.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 170 | 0 | 0.42 | 0.11 | 0.25 | 316.3 | 0.39 | 0.59 |
| Hex | C0 | 6F | AA | 0 | 2A | B | 19 | 13C | 27 | 3B |
| Octal | 300 | 157 | 252 | 0 | 52 | 13 | 31 | 474 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10101010 | 0 | 101010 | 1011 | 11001 | 100111100 | 100111 | 111011 |
Color Harmonies of #C06FAA
Complementary color
Monochromatic Colors of #C06FAA
Black with #C06FAA
Text Example
Text Example
White with #C06FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FAA; }
p { color: rgb(192,111,170); }
H1.HeaderClassName
{
color: #C06FAA;
}
.AnyTagClassName
{
color: #C06FAA;
}
</style>
background-color css
<style>
a { background-color: #C06FAA; }
a { background-color: rgb(192,111,170); }
div.DivClassName
{
background-color: #C06FAA;
}
.BgClassName
{
background-color: #C06FAA;
}
</style>
border-color css
<style>
span { border-color: #C06FAA; }
span { border-color: rgb(192,111,170); }
td.TdClassName
{
border-color: #C06FAA;
}
.TagClassName
{
border-color: #C06FAA;
}
</style>