Shades of Bouquet #C27CA8
Tints of Bouquet #C27CA8
RGB
CMYK
RGB Variations
Color information
#C27CA8 (or 0xC27CA8) is known color: Bouquet. HEX triplet: C2, 7C and A8. RGB value is (194,124,168). Sum of RGB (Red+Green+Blue) = 194+124+168=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27CA8 is #3D8357. Grayscale: #959595. Windows color (decimal): -4031320 or 11041986. OLE color: 11041986.
HSL color Cylindrical-coordinate representation of color #C27CA8: hue angle of 322.29º 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 #C27CA8 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 168 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.24 |
| HSL | 322.29º | 0.36% | 0.62% | - |
| HSV(B) | 322.29º | 0.36% | 0.76% | - |
| XYZ | 36.52 | 28.71 | 40.66 | - |
| YUV | 149.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 168 | 0 | 0.36 | 0.13 | 0.24 | 322.29 | 0.36 | 0.62 |
| Hex | C2 | 7C | A8 | 0 | 24 | D | 18 | 142 | 24 | 3E |
| Octal | 302 | 174 | 250 | 0 | 44 | 15 | 30 | 502 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10101000 | 0 | 100100 | 1101 | 11000 | 101000010 | 100100 | 111110 |
Color Harmonies of #C27CA8
Complementary color
Monochromatic Colors of #C27CA8
Black with #C27CA8
Text Example
Text Example
White with #C27CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CA8; }
p { color: rgb(194,124,168); }
H1.HeaderClassName
{
color: #C27CA8;
}
.AnyTagClassName
{
color: #C27CA8;
}
</style>
background-color css
<style>
a { background-color: #C27CA8; }
a { background-color: rgb(194,124,168); }
div.DivClassName
{
background-color: #C27CA8;
}
.BgClassName
{
background-color: #C27CA8;
}
</style>
border-color css
<style>
span { border-color: #C27CA8; }
span { border-color: rgb(194,124,168); }
td.TdClassName
{
border-color: #C27CA8;
}
.TagClassName
{
border-color: #C27CA8;
}
</style>