Shades of Bouquet #C07EAB
Tints of Bouquet #C07EAB
RGB
CMYK
RGB Variations
Color information
#C07EAB (or 0xC07EAB) is known color: Bouquet. HEX triplet: C0, 7E and AB. RGB value is (192,126,171). Sum of RGB (Red+Green+Blue) = 192+126+171=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07EAB is #3F8154. Grayscale: #969696. Windows color (decimal): -4161877 or 11239104. OLE color: 11239104.
HSL color Cylindrical-coordinate representation of color #C07EAB: hue angle of 319.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07EAB is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 171 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.25 |
| HSL | 319.09º | 0.34% | 0.62% | - |
| HSV(B) | 319.09º | 0.34% | 0.75% | - |
| XYZ | 36.55 | 29.07 | 42.21 | - |
| YUV | 150.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 171 | 0 | 0.34 | 0.11 | 0.25 | 319.09 | 0.34 | 0.62 |
| Hex | C0 | 7E | AB | 0 | 22 | B | 19 | 13F | 22 | 3E |
| Octal | 300 | 176 | 253 | 0 | 42 | 13 | 31 | 477 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10101011 | 0 | 100010 | 1011 | 11001 | 100111111 | 100010 | 111110 |
Color Harmonies of #C07EAB
Complementary color
Monochromatic Colors of #C07EAB
Black with #C07EAB
Text Example
Text Example
White with #C07EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EAB; }
p { color: rgb(192,126,171); }
H1.HeaderClassName
{
color: #C07EAB;
}
.AnyTagClassName
{
color: #C07EAB;
}
</style>
background-color css
<style>
a { background-color: #C07EAB; }
a { background-color: rgb(192,126,171); }
div.DivClassName
{
background-color: #C07EAB;
}
.BgClassName
{
background-color: #C07EAB;
}
</style>
border-color css
<style>
span { border-color: #C07EAB; }
span { border-color: rgb(192,126,171); }
td.TdClassName
{
border-color: #C07EAB;
}
.TagClassName
{
border-color: #C07EAB;
}
</style>