#C27E9D

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

Shades of Puce #C27E9D

Tints of Puce #C27E9D

Color information

#C27E9D (or 0xC27E9D) is unknown color: approx Puce. HEX triplet: C2, 7E and 9D. RGB value is (194,126,157). Sum of RGB (Red+Green+Blue) = 194+126+157=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27E9D is #3D8162. Grayscale: #959595. Windows color (decimal): -4030819 or 10321602. OLE color: 10321602.

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

Color convert

RGB194126157-
CMYK00.350.190.24
HSL332.65º35.79%62.75%-
HSV(B)332.65º35.05%76.08%-
XYZ35.7928.8335.58-
YUV149.87132.03159.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=40.67%
G=26.42%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412615700.350.190.24332.6535.7962.75
HexC27E9D023131814d243f
Octal30217623504323305154477
Binary1100001011111101001110101000111001111000101001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E9D; }

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

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

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

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

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

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

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

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