#C48C8E

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

Shades of Puce #C48C8E

Tints of Puce #C48C8E

Color information

#C48C8E (or 0xC48C8E) is unknown color: approx Puce. HEX triplet: C4, 8C and 8E. RGB value is (196,140,142). Sum of RGB (Red+Green+Blue) = 196+140+142=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48C8E is #3B7371. Grayscale: #9D9D9D. Windows color (decimal): -3896178 or 9342148. OLE color: 9342148.

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

Color convert

RGB196140142-
CMYK00.290.280.23
HSL357.86º32.18%65.88%-
HSV(B)357.86º28.57%76.86%-
XYZ37.0332.4429.9-
YUV156.97119.55155.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 140 (55.08% from 255) = 29.29%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=41.00%
G=29.29%
B=29.71%

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
Decimal19614014200.290.280.23357.8632.1865.88
HexC48C8E01D1C171662042
Octal304214216035342754640102
Binary11000100100011001000111001110111100101111011001101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48C8E; }

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

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

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

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

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

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

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

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