#C27EAB

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

Shades of Bouquet #C27EAB

Tints of Bouquet #C27EAB

Color information

#C27EAB (or 0xC27EAB) is unknown color: approx Bouquet. HEX triplet: C2, 7E and AB. RGB value is (194,126,171). Sum of RGB (Red+Green+Blue) = 194+126+171=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27EAB is #3D8154. Grayscale: #979797. Windows color (decimal): -4030805 or 11239106. OLE color: 11239106.

HSL color Cylindrical-coordinate representation of color #C27EAB: hue angle of 320.29º 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 #C27EAB is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194126171-
CMYK00.350.120.24
HSL320.29º35.79%62.75%-
HSV(B)320.29º35.05%76.08%-
XYZ37.0629.3342.24-
YUV151.46139.03158.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=39.51%
G=25.66%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412617100.350.120.24320.2935.7962.75
HexC27EAB023C18140243f
Octal30217625304314305004477
Binary110000101111110101010110100011110011000101000000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27EAB; }

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

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

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

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

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

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

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

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