#C48493

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

Shades of Puce #C48493

Tints of Puce #C48493

Color information

#C48493 (or 0xC48493) is unknown color: approx Puce. HEX triplet: C4, 84 and 93. RGB value is (196,132,147). Sum of RGB (Red+Green+Blue) = 196+132+147=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C48493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48493 is #3B7B6C. Grayscale: #989898. Windows color (decimal): -3898221 or 9667780. OLE color: 9667780.

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

Color convert

RGB196132147-
CMYK00.330.250.23
HSL345.94º35.16%64.31%-
HSV(B)345.94º32.65%76.86%-
XYZ36.2830.3431.55-
YUV152.85124.7158.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=41.26%
G=27.79%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613214700.330.250.23345.9435.1664.31
HexC48493021191715a2340
Octal304204223041312753243100
Binary110001001000010010010011010000111001101111010110101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48493; }

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

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

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

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

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

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

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

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