#C48396

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

Shades of Puce #C48396

Tints of Puce #C48396

Color information

#C48396 (or 0xC48396) is unknown color: approx Puce. HEX triplet: C4, 83 and 96. RGB value is (196,131,150). Sum of RGB (Red+Green+Blue) = 196+131+150=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48396 is #3B7C69. Grayscale: #989898. Windows color (decimal): -3898474 or 9864132. OLE color: 9864132.

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

Color convert

RGB196131150-
CMYK00.330.230.23
HSL342.46º35.52%64.12%-
HSV(B)342.46º33.16%76.86%-
XYZ36.3930.1732.76-
YUV152.6126.53158.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.09%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=41.09%
G=27.46%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613115000.330.230.23342.4635.5264.12
HexC4839602117171562440
Octal304203226041272752644100
Binary110001001000001110010110010000110111101111010101101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48396; }

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

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

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

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

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

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

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

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