#C48793

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

Shades of Puce #C48793

Tints of Puce #C48793

Color information

#C48793 (or 0xC48793) is unknown color: approx Puce. HEX triplet: C4, 87 and 93. RGB value is (196,135,147). Sum of RGB (Red+Green+Blue) = 196+135+147=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C48793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48793 is #3B786C. Grayscale: #9A9A9A. Windows color (decimal): -3897453 or 9668548. OLE color: 9668548.

HSL color Cylindrical-coordinate representation of color #C48793: hue angle of 348.2º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48793 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB196135147-
CMYK00.310.250.23
HSL348.2º34.08%64.9%-
HSV(B)348.2º31.12%76.86%-
XYZ36.731.1731.69-
YUV154.61123.71157.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=41.00%
G=28.24%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613514700.310.250.23348.234.0864.9
HexC4879301F191715c2241
Octal304207223037312753442101
Binary11000100100001111001001101111111001101111010111001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48793; }

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

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

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

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

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

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

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

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