#C48390

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

Shades of Puce #C48390

Tints of Puce #C48390

Color information

#C48390 (or 0xC48390) is unknown color: approx Puce. HEX triplet: C4, 83 and 90. RGB value is (196,131,144). Sum of RGB (Red+Green+Blue) = 196+131+144=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C48390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48390 is #3B7C6F. Grayscale: #979797. Windows color (decimal): -3898480 or 9470916. OLE color: 9470916.

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

Color convert

RGB196131144-
CMYK00.330.270.23
HSL348º35.52%64.12%-
HSV(B)348º33.16%76.86%-
XYZ35.9229.9830.28-
YUV151.92123.53159.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.61%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=41.61%
G=27.81%
B=30.57%

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
Decimal19613114400.330.270.2334835.5264.12
HexC483900211B1715c2440
Octal304203220041332753444100
Binary110001001000001110010000010000111011101111010111001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48390; }

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

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

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

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

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

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

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

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