Shades of Bouquet #C06FA8
Tints of Bouquet #C06FA8
RGB
CMYK
RGB Variations
Color information
#C06FA8 (or 0xC06FA8) is known color: Bouquet. HEX triplet: C0, 6F and A8. RGB value is (192,111,168). Sum of RGB (Red+Green+Blue) = 192+111+168=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FA8 is #3F9057. Grayscale: #8D8D8D. Windows color (decimal): -4165720 or 11038656. OLE color: 11038656.
HSL color Cylindrical-coordinate representation of color #C06FA8: hue angle of 317.78º 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 #C06FA8 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 168 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.25 |
| HSL | 317.78º | 0.39% | 0.59% | - |
| HSV(B) | 317.78º | 0.42% | 0.75% | - |
| XYZ | 34.49 | 25.4 | 40.13 | - |
| YUV | 141.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 168 | 0 | 0.42 | 0.12 | 0.25 | 317.78 | 0.39 | 0.59 |
| Hex | C0 | 6F | A8 | 0 | 2A | C | 19 | 13E | 27 | 3B |
| Octal | 300 | 157 | 250 | 0 | 52 | 14 | 31 | 476 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10101000 | 0 | 101010 | 1100 | 11001 | 100111110 | 100111 | 111011 |
Color Harmonies of #C06FA8
Complementary color
Monochromatic Colors of #C06FA8
Black with #C06FA8
Text Example
Text Example
White with #C06FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FA8; }
p { color: rgb(192,111,168); }
H1.HeaderClassName
{
color: #C06FA8;
}
.AnyTagClassName
{
color: #C06FA8;
}
</style>
background-color css
<style>
a { background-color: #C06FA8; }
a { background-color: rgb(192,111,168); }
div.DivClassName
{
background-color: #C06FA8;
}
.BgClassName
{
background-color: #C06FA8;
}
</style>
border-color css
<style>
span { border-color: #C06FA8; }
span { border-color: rgb(192,111,168); }
td.TdClassName
{
border-color: #C06FA8;
}
.TagClassName
{
border-color: #C06FA8;
}
</style>