#C48490

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

Shades of Puce #C48490

Tints of Puce #C48490

Color information

#C48490 (or 0xC48490) is unknown color: approx Puce. HEX triplet: C4, 84 and 90. RGB value is (196,132,144). Sum of RGB (Red+Green+Blue) = 196+132+144=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C48490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48490 is #3B7B6F. Grayscale: #989898. Windows color (decimal): -3898224 or 9471172. OLE color: 9471172.

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

Color convert

RGB196132144-
CMYK00.330.270.23
HSL348.75º35.16%64.31%-
HSV(B)348.75º32.65%76.86%-
XYZ36.0530.2530.32-
YUV152.5123.2159.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=41.53%
G=27.97%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613214400.330.270.23348.7535.1664.31
HexC484900211B1715d2340
Octal304204220041332753543100
Binary110001001000010010010000010000111011101111010111011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48490; }

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

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

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

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

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

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

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

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