#C48190

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

Shades of Puce #C48190

Tints of Puce #C48190

Color information

#C48190 (or 0xC48190) is unknown color: approx Puce. HEX triplet: C4, 81 and 90. RGB value is (196,129,144). Sum of RGB (Red+Green+Blue) = 196+129+144=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C48190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48190 is #3B7E6F. Grayscale: #969696. Windows color (decimal): -3898992 or 9470404. OLE color: 9470404.

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

Color convert

RGB196129144-
CMYK00.340.270.23
HSL346.57º36.22%63.73%-
HSV(B)346.57º34.18%76.86%-
XYZ35.6529.4530.19-
YUV150.74124.2160.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=41.79%
G=27.51%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612914400.340.270.23346.5736.2263.73
HexC481900221B1715b2440
Octal304201220042332753344100
Binary110001001000000110010000010001011011101111010110111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48190; }

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

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

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

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

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

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

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

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