#C27EA5

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

Shades of Bouquet #C27EA5

Tints of Bouquet #C27EA5

Color information

#C27EA5 (or 0xC27EA5) is unknown color: approx Bouquet. HEX triplet: C2, 7E and A5. RGB value is (194,126,165). Sum of RGB (Red+Green+Blue) = 194+126+165=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27EA5 is #3D815A. Grayscale: #969696. Windows color (decimal): -4030811 or 10845890. OLE color: 10845890.

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

Color convert

RGB194126165-
CMYK00.350.150.24
HSL325.59º35.79%62.75%-
HSV(B)325.59º35.05%76.08%-
XYZ36.529.1139.29-
YUV150.78136.03158.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 165 (64.84% from 255) = 34.02%
R=40%
G=25.98%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412616500.350.150.24325.5935.7962.75
HexC27EA5023F18146243f
Octal30217624504317305064477
Binary110000101111110101001010100011111111000101000110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27EA5; }

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

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

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

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

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

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

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

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