#C48388

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

Shades of Puce #C48388

Tints of Puce #C48388

Color information

#C48388 (or 0xC48388) is unknown color: approx Puce. HEX triplet: C4, 83 and 88. RGB value is (196,131,136). Sum of RGB (Red+Green+Blue) = 196+131+136=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C48388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48388 is #3B7C77. Grayscale: #979797. Windows color (decimal): -3898488 or 8946628. OLE color: 8946628.

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

Color convert

RGB196131136-
CMYK00.330.310.23
HSL355.38º35.52%64.12%-
HSV(B)355.38º33.16%76.86%-
XYZ35.3329.7527.17-
YUV151119.53160.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 136 (53.52% from 255) = 29.37%
R=42.33%
G=28.29%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613113600.330.310.23355.3835.5264.12
HexC483880211F171632440
Octal304203210041372754344100
Binary110001001000001110001000010000111111101111011000111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48388; }

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

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

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

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

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

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

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

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