Shades of Bouquet #C27AA6
Tints of Bouquet #C27AA6
RGB
CMYK
RGB Variations
Color information
#C27AA6 (or 0xC27AA6) is known color: Bouquet. HEX triplet: C2, 7A and A6. RGB value is (194,122,166). Sum of RGB (Red+Green+Blue) = 194+122+166=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27AA6 is #3D8559. Grayscale: #949494. Windows color (decimal): -4031834 or 10910402. OLE color: 10910402.
HSL color Cylindrical-coordinate representation of color #C27AA6: hue angle of 323.33º 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 #C27AA6 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 166 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.24 |
| HSL | 323.33º | 0.37% | 0.62% | - |
| HSV(B) | 323.33º | 0.37% | 0.76% | - |
| XYZ | 36.09 | 28.14 | 39.61 | - |
| YUV | 148.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 166 | 0 | 0.37 | 0.14 | 0.24 | 323.33 | 0.37 | 0.62 |
| Hex | C2 | 7A | A6 | 0 | 25 | E | 18 | 143 | 25 | 3E |
| Octal | 302 | 172 | 246 | 0 | 45 | 16 | 30 | 503 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10100110 | 0 | 100101 | 1110 | 11000 | 101000011 | 100101 | 111110 |
Color Harmonies of #C27AA6
Complementary color
Monochromatic Colors of #C27AA6
Black with #C27AA6
Text Example
Text Example
White with #C27AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AA6; }
p { color: rgb(194,122,166); }
H1.HeaderClassName
{
color: #C27AA6;
}
.AnyTagClassName
{
color: #C27AA6;
}
</style>
background-color css
<style>
a { background-color: #C27AA6; }
a { background-color: rgb(194,122,166); }
div.DivClassName
{
background-color: #C27AA6;
}
.BgClassName
{
background-color: #C27AA6;
}
</style>
border-color css
<style>
span { border-color: #C27AA6; }
span { border-color: rgb(194,122,166); }
td.TdClassName
{
border-color: #C27AA6;
}
.TagClassName
{
border-color: #C27AA6;
}
</style>