Shades of Bouquet #C27BAC
Tints of Bouquet #C27BAC
RGB
CMYK
RGB Variations
Color information
#C27BAC (or 0xC27BAC) is known color: Bouquet. HEX triplet: C2, 7B and AC. RGB value is (194,123,172). Sum of RGB (Red+Green+Blue) = 194+123+172=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27BAC is #3D8453. Grayscale: #959595. Windows color (decimal): -4031572 or 11303874. OLE color: 11303874.
HSL color Cylindrical-coordinate representation of color #C27BAC: hue angle of 318.59º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27BAC is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 172 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.24 |
| HSL | 318.59º | 0.37% | 0.62% | - |
| HSV(B) | 318.59º | 0.37% | 0.76% | - |
| XYZ | 36.78 | 28.61 | 42.61 | - |
| YUV | 149.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 172 | 0 | 0.37 | 0.11 | 0.24 | 318.59 | 0.37 | 0.62 |
| Hex | C2 | 7B | AC | 0 | 25 | B | 18 | 13F | 25 | 3E |
| Octal | 302 | 173 | 254 | 0 | 45 | 13 | 30 | 477 | 45 | 76 |
| Binary | 11000010 | 1111011 | 10101100 | 0 | 100101 | 1011 | 11000 | 100111111 | 100101 | 111110 |
Color Harmonies of #C27BAC
Complementary color
Monochromatic Colors of #C27BAC
Black with #C27BAC
Text Example
Text Example
White with #C27BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BAC; }
p { color: rgb(194,123,172); }
H1.HeaderClassName
{
color: #C27BAC;
}
.AnyTagClassName
{
color: #C27BAC;
}
</style>
background-color css
<style>
a { background-color: #C27BAC; }
a { background-color: rgb(194,123,172); }
div.DivClassName
{
background-color: #C27BAC;
}
.BgClassName
{
background-color: #C27BAC;
}
</style>
border-color css
<style>
span { border-color: #C27BAC; }
span { border-color: rgb(194,123,172); }
td.TdClassName
{
border-color: #C27BAC;
}
.TagClassName
{
border-color: #C27BAC;
}
</style>