#C27F8E

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

Shades of Puce #C27F8E

Tints of Puce #C27F8E

Color information

#C27F8E (or 0xC27F8E) is unknown color: approx Puce. HEX triplet: C2, 7F and 8E. RGB value is (194,127,142). Sum of RGB (Red+Green+Blue) = 194+127+142=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F8E is #3D8071. Grayscale: #949494. Windows color (decimal): -4030578 or 9338818. OLE color: 9338818.

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

Color convert

RGB194127142-
CMYK00.350.270.24
HSL346.57º35.45%62.94%-
HSV(B)346.57º34.54%76.08%-
XYZ34.7228.629.28-
YUV148.74124.2160.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=41.90%
G=27.43%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412714200.350.270.24346.5735.4562.94
HexC27F8E0231B1815b233f
Octal30217721604333305334377
Binary1100001011111111000111001000111101111000101011011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F8E; }

 p { color: rgb(194,127,142); }

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

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

 a { background-color: rgb(194,127,142); }

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

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

 span { border-color: rgb(194,127,142); }

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