#C48890

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

Shades of Puce #C48890

Tints of Puce #C48890

Color information

#C48890 (or 0xC48890) is unknown color: approx Puce. HEX triplet: C4, 88 and 90. RGB value is (196,136,144). Sum of RGB (Red+Green+Blue) = 196+136+144=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C48890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48890 is #3B776F. Grayscale: #9A9A9A. Windows color (decimal): -3897200 or 9472196. OLE color: 9472196.

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

Color convert

RGB196136144-
CMYK00.310.270.23
HSL352º33.71%65.1%-
HSV(B)352º30.61%76.86%-
XYZ36.631.3630.51-
YUV154.85121.88157.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.18%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=41.18%
G=28.57%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613614400.310.270.2335233.7165.1
HexC4889001F1B171602241
Octal304210220037332754042101
Binary11000100100010001001000001111111011101111011000001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48890; }

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

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

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

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

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

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

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

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