#C27EA9

Color #C27EA9 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #C27EA9

Tints of Bouquet #C27EA9

Color information

#C27EA9 (or 0xC27EA9) is unknown color: approx Bouquet. HEX triplet: C2, 7E and A9. RGB value is (194,126,169). Sum of RGB (Red+Green+Blue) = 194+126+169=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27EA9 is #3D8156. Grayscale: #979797. Windows color (decimal): -4030807 or 11108034. OLE color: 11108034.

HSL color Cylindrical-coordinate representation of color #C27EA9: hue angle of 322.06º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27EA9 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB194126169-
CMYK00.350.130.24
HSL322.06º35.79%62.75%-
HSV(B)322.06º35.05%76.08%-
XYZ36.8729.2641.24-
YUV151.23138.03158.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 126 (49.61% from 255) = 25.77%
BLUE value IS 169 (66.41% from 255) = 34.56%
R=39.67%
G=25.77%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412616900.350.130.24322.0635.7962.75
HexC27EA9023D18142243f
Octal30217625104315305024477
Binary110000101111110101010010100011110111000101000010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27EA9; }

 p { color: rgb(194,126,169); }

 H1.HeaderClassName
 {
   color: #C27EA9;
 }
 .AnyTagClassName
 {
   color: #C27EA9;
 }
</style>
background-color css

<style>
 a { background-color: #C27EA9; }

 a { background-color: rgb(194,126,169); }

 div.DivClassName
 {
   background-color: #C27EA9;
 }
 .BgClassName
 {
   background-color: #C27EA9;
 }
</style>
border-color css

<style>
 span { border-color: #C27EA9; }

 span { border-color: rgb(194,126,169); }

 td.TdClassName
 {
   border-color: #C27EA9;
 }
 .TagClassName
 {
   border-color: #C27EA9;
 }
</style>