#C48191

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

Shades of Puce #C48191

Tints of Puce #C48191

Color information

#C48191 (or 0xC48191) is unknown color: approx Puce. HEX triplet: C4, 81 and 91. RGB value is (196,129,145). Sum of RGB (Red+Green+Blue) = 196+129+145=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C48191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48191 is #3B7E6E. Grayscale: #969696. Windows color (decimal): -3898991 or 9535940. OLE color: 9535940.

HSL color Cylindrical-coordinate representation of color #C48191: hue angle of 345.67º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48191 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB196129145-
CMYK00.340.260.23
HSL345.67º36.22%63.73%-
HSV(B)345.67º34.18%76.86%-
XYZ35.7329.4830.6-
YUV150.86124.7160.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 145 (57.03% from 255) = 30.85%
R=41.70%
G=27.45%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612914500.340.260.23345.6736.2263.73
HexC481910221A1715a2440
Octal304201221042322753244100
Binary110001001000000110010001010001011010101111010110101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48191; }

 p { color: rgb(196,129,145); }

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

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

 a { background-color: rgb(196,129,145); }

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

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

 span { border-color: rgb(196,129,145); }

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