Shades of Bouquet #C27CAA
Tints of Bouquet #C27CAA
RGB
CMYK
RGB Variations
Color information
#C27CAA (or 0xC27CAA) is known color: Bouquet. HEX triplet: C2, 7C and AA. RGB value is (194,124,170). Sum of RGB (Red+Green+Blue) = 194+124+170=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27CAA is #3D8355. Grayscale: #969696. Windows color (decimal): -4031318 or 11173058. OLE color: 11173058.
HSL color Cylindrical-coordinate representation of color #C27CAA: hue angle of 320.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27CAA is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 170 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.24 |
| HSL | 320.57º | 0.36% | 0.62% | - |
| HSV(B) | 320.57º | 0.36% | 0.76% | - |
| XYZ | 36.71 | 28.79 | 41.65 | - |
| YUV | 150.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 170 | 0 | 0.36 | 0.12 | 0.24 | 320.57 | 0.36 | 0.62 |
| Hex | C2 | 7C | AA | 0 | 24 | C | 18 | 141 | 24 | 3E |
| Octal | 302 | 174 | 252 | 0 | 44 | 14 | 30 | 501 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10101010 | 0 | 100100 | 1100 | 11000 | 101000001 | 100100 | 111110 |
Color Harmonies of #C27CAA
Complementary color
Monochromatic Colors of #C27CAA
Black with #C27CAA
Text Example
Text Example
White with #C27CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CAA; }
p { color: rgb(194,124,170); }
H1.HeaderClassName
{
color: #C27CAA;
}
.AnyTagClassName
{
color: #C27CAA;
}
</style>
background-color css
<style>
a { background-color: #C27CAA; }
a { background-color: rgb(194,124,170); }
div.DivClassName
{
background-color: #C27CAA;
}
.BgClassName
{
background-color: #C27CAA;
}
</style>
border-color css
<style>
span { border-color: #C27CAA; }
span { border-color: rgb(194,124,170); }
td.TdClassName
{
border-color: #C27CAA;
}
.TagClassName
{
border-color: #C27CAA;
}
</style>