Shades of Bouquet #C07BAC
Tints of Bouquet #C07BAC
RGB
CMYK
RGB Variations
Color information
#C07BAC (or 0xC07BAC) is known color: Bouquet. HEX triplet: C0, 7B and AC. RGB value is (192,123,172). Sum of RGB (Red+Green+Blue) = 192+123+172=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C07BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07BAC is #3F8453. Grayscale: #959595. Windows color (decimal): -4162644 or 11303872. OLE color: 11303872.
HSL color Cylindrical-coordinate representation of color #C07BAC: hue angle of 317.39º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07BAC is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 172 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.25 |
| HSL | 317.39º | 0.35% | 0.62% | - |
| HSV(B) | 317.39º | 0.36% | 0.75% | - |
| XYZ | 36.27 | 28.35 | 42.59 | - |
| YUV | 149.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 172 | 0 | 0.36 | 0.10 | 0.25 | 317.39 | 0.35 | 0.62 |
| Hex | C0 | 7B | AC | 0 | 24 | A | 19 | 13D | 23 | 3E |
| Octal | 300 | 173 | 254 | 0 | 44 | 12 | 31 | 475 | 43 | 76 |
| Binary | 11000000 | 1111011 | 10101100 | 0 | 100100 | 1010 | 11001 | 100111101 | 100011 | 111110 |
Color Harmonies of #C07BAC
Complementary color
Monochromatic Colors of #C07BAC
Black with #C07BAC
Text Example
Text Example
White with #C07BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BAC; }
p { color: rgb(192,123,172); }
H1.HeaderClassName
{
color: #C07BAC;
}
.AnyTagClassName
{
color: #C07BAC;
}
</style>
background-color css
<style>
a { background-color: #C07BAC; }
a { background-color: rgb(192,123,172); }
div.DivClassName
{
background-color: #C07BAC;
}
.BgClassName
{
background-color: #C07BAC;
}
</style>
border-color css
<style>
span { border-color: #C07BAC; }
span { border-color: rgb(192,123,172); }
td.TdClassName
{
border-color: #C07BAC;
}
.TagClassName
{
border-color: #C07BAC;
}
</style>