#C48C8D

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

Shades of Puce #C48C8D

Tints of Puce #C48C8D

Color information

#C48C8D (or 0xC48C8D) is unknown color: approx Puce. HEX triplet: C4, 8C and 8D. RGB value is (196,140,141). Sum of RGB (Red+Green+Blue) = 196+140+141=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48C8D is #3B7372. Grayscale: #9C9C9C. Windows color (decimal): -3896179 or 9276612. OLE color: 9276612.

HSL color Cylindrical-coordinate representation of color #C48C8D: hue angle of 358.93º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48C8D is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB196140141-
CMYK00.290.280.23
HSL358.93º32.18%65.88%-
HSV(B)358.93º28.57%76.86%-
XYZ36.9532.4229.51-
YUV156.86119.05155.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.09%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=41.09%
G=29.35%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614014100.290.280.23358.9332.1865.88
HexC48C8D01D1C171672042
Octal304214215035342754740102
Binary11000100100011001000110101110111100101111011001111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48C8D; }

 p { color: rgb(196,140,141); }

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

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

 a { background-color: rgb(196,140,141); }

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

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

 span { border-color: rgb(196,140,141); }

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