#C48391

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

Shades of Puce #C48391

Tints of Puce #C48391

Color information

#C48391 (or 0xC48391) is unknown color: approx Puce. HEX triplet: C4, 83 and 91. RGB value is (196,131,145). Sum of RGB (Red+Green+Blue) = 196+131+145=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C48391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48391 is #3B7C6E. Grayscale: #989898. Windows color (decimal): -3898479 or 9536452. OLE color: 9536452.

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

Color convert

RGB196131145-
CMYK00.330.260.23
HSL347.08º35.52%64.12%-
HSV(B)347.08º33.16%76.86%-
XYZ35.9930.0130.68-
YUV152.03124.03159.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=41.53%
G=27.75%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613114500.330.260.23347.0835.5264.12
HexC483910211A1715b2440
Octal304203221041322753344100
Binary110001001000001110010001010000111010101111010110111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48391; }

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

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

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

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

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

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

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

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