#C27E93

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

Shades of Puce #C27E93

Tints of Puce #C27E93

Color information

#C27E93 (or 0xC27E93) is unknown color: approx Puce. HEX triplet: C2, 7E and 93. RGB value is (194,126,147). Sum of RGB (Red+Green+Blue) = 194+126+147=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27E93 is #3D816C. Grayscale: #949494. Windows color (decimal): -4030829 or 9666242. OLE color: 9666242.

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

Color convert

RGB194126147-
CMYK00.350.240.24
HSL341.47º35.79%62.75%-
HSV(B)341.47º35.05%76.08%-
XYZ34.9828.531.26-
YUV148.73127.03160.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=41.54%
G=26.98%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412614700.350.240.24341.4735.7962.75
HexC27E930231818155243f
Octal30217622304330305254477
Binary1100001011111101001001101000111100011000101010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E93; }

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

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

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

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

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

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

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

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