#C27E97

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

Shades of Puce #C27E97

Tints of Puce #C27E97

Color information

#C27E97 (or 0xC27E97) is unknown color: approx Puce. HEX triplet: C2, 7E and 97. RGB value is (194,126,151). Sum of RGB (Red+Green+Blue) = 194+126+151=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27E97 is #3D8168. Grayscale: #959595. Windows color (decimal): -4030825 or 9928386. OLE color: 9928386.

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

Color convert

RGB194126151-
CMYK00.350.220.24
HSL337.94º35.79%62.75%-
HSV(B)337.94º35.05%76.08%-
XYZ35.2928.6332.94-
YUV149.18129.03159.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=41.19%
G=26.75%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412615100.350.220.24337.9435.7962.75
HexC27E970231618152243f
Octal30217622704326305224477
Binary1100001011111101001011101000111011011000101010010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E97; }

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

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

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

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

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

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

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

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