#C27F95

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

Shades of Puce #C27F95

Tints of Puce #C27F95

Color information

#C27F95 (or 0xC27F95) is unknown color: approx Puce. HEX triplet: C2, 7F and 95. RGB value is (194,127,149). Sum of RGB (Red+Green+Blue) = 194+127+149=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F95 is #3D806A. Grayscale: #959595. Windows color (decimal): -4030571 or 9797570. OLE color: 9797570.

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

Color convert

RGB194127149-
CMYK00.350.230.24
HSL340.3º35.45%62.94%-
HSV(B)340.3º34.54%76.08%-
XYZ35.2628.8232.14-
YUV149.54127.7159.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=41.28%
G=27.02%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412714900.350.230.24340.335.4562.94
HexC27F950231718154233f
Octal30217722504327305244377
Binary1100001011111111001010101000111011111000101010100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F95; }

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

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

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

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

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

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

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

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