Shades of Bouquet #C27AAA
Tints of Bouquet #C27AAA
RGB
CMYK
RGB Variations
Color information
#C27AAA (or 0xC27AAA) is known color: Bouquet. HEX triplet: C2, 7A and AA. RGB value is (194,122,170). Sum of RGB (Red+Green+Blue) = 194+122+170=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27AAA is #3D8555. Grayscale: #949494. Windows color (decimal): -4031830 or 11172546. OLE color: 11172546.
HSL color Cylindrical-coordinate representation of color #C27AAA: hue angle of 320º 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 #C27AAA is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 170 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.24 |
| HSL | 320º | 0.37% | 0.62% | - |
| HSV(B) | 320º | 0.37% | 0.76% | - |
| XYZ | 36.46 | 28.29 | 41.57 | - |
| YUV | 149 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 170 | 0 | 0.37 | 0.12 | 0.24 | 320 | 0.37 | 0.62 |
| Hex | C2 | 7A | AA | 0 | 25 | C | 18 | 140 | 25 | 3E |
| Octal | 302 | 172 | 252 | 0 | 45 | 14 | 30 | 500 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10101010 | 0 | 100101 | 1100 | 11000 | 101000000 | 100101 | 111110 |
Color Harmonies of #C27AAA
Complementary color
Monochromatic Colors of #C27AAA
Black with #C27AAA
Text Example
Text Example
White with #C27AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AAA; }
p { color: rgb(194,122,170); }
H1.HeaderClassName
{
color: #C27AAA;
}
.AnyTagClassName
{
color: #C27AAA;
}
</style>
background-color css
<style>
a { background-color: #C27AAA; }
a { background-color: rgb(194,122,170); }
div.DivClassName
{
background-color: #C27AAA;
}
.BgClassName
{
background-color: #C27AAA;
}
</style>
border-color css
<style>
span { border-color: #C27AAA; }
span { border-color: rgb(194,122,170); }
td.TdClassName
{
border-color: #C27AAA;
}
.TagClassName
{
border-color: #C27AAA;
}
</style>