#C48094

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

Shades of Puce #C48094

Tints of Puce #C48094

Color information

#C48094 (or 0xC48094) is unknown color: approx Puce. HEX triplet: C4, 80 and 94. RGB value is (196,128,148). Sum of RGB (Red+Green+Blue) = 196+128+148=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C48094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48094 is #3B7F6B. Grayscale: #969696. Windows color (decimal): -3899244 or 9732292. OLE color: 9732292.

HSL color Cylindrical-coordinate representation of color #C48094: hue angle of 342.35º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C48094 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB196128148-
CMYK00.350.240.23
HSL342.35º36.56%63.53%-
HSV(B)342.35º34.69%76.86%-
XYZ35.8329.3131.79-
YUV150.61126.53160.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=41.53%
G=27.12%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612814800.350.240.23342.3536.5663.53
HexC4809402318171562540
Octal304200224043302752645100
Binary110001001000000010010100010001111000101111010101101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48094; }

 p { color: rgb(196,128,148); }

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

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

 a { background-color: rgb(196,128,148); }

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

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

 span { border-color: rgb(196,128,148); }

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