Shades of Bouquet #C07FAB
Tints of Bouquet #C07FAB
RGB
CMYK
RGB Variations
Color information
#C07FAB (or 0xC07FAB) is known color: Bouquet. HEX triplet: C0, 7F and AB. RGB value is (192,127,171). Sum of RGB (Red+Green+Blue) = 192+127+171=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FAB is #3F8054. Grayscale: #979797. Windows color (decimal): -4161621 or 11239360. OLE color: 11239360.
HSL color Cylindrical-coordinate representation of color #C07FAB: hue angle of 319.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07FAB is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 171 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.25 |
| HSL | 319.38º | 0.34% | 0.63% | - |
| HSV(B) | 319.38º | 0.34% | 0.75% | - |
| XYZ | 36.68 | 29.33 | 42.26 | - |
| YUV | 151.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 171 | 0 | 0.34 | 0.11 | 0.25 | 319.38 | 0.34 | 0.63 |
| Hex | C0 | 7F | AB | 0 | 22 | B | 19 | 13F | 22 | 3F |
| Octal | 300 | 177 | 253 | 0 | 42 | 13 | 31 | 477 | 42 | 77 |
| Binary | 11000000 | 1111111 | 10101011 | 0 | 100010 | 1011 | 11001 | 100111111 | 100010 | 111111 |
Color Harmonies of #C07FAB
Complementary color
Monochromatic Colors of #C07FAB
Black with #C07FAB
Text Example
Text Example
White with #C07FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FAB; }
p { color: rgb(192,127,171); }
H1.HeaderClassName
{
color: #C07FAB;
}
.AnyTagClassName
{
color: #C07FAB;
}
</style>
background-color css
<style>
a { background-color: #C07FAB; }
a { background-color: rgb(192,127,171); }
div.DivClassName
{
background-color: #C07FAB;
}
.BgClassName
{
background-color: #C07FAB;
}
</style>
border-color css
<style>
span { border-color: #C07FAB; }
span { border-color: rgb(192,127,171); }
td.TdClassName
{
border-color: #C07FAB;
}
.TagClassName
{
border-color: #C07FAB;
}
</style>