#C48695

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

Shades of Puce #C48695

Tints of Puce #C48695

Color information

#C48695 (or 0xC48695) is unknown color: approx Puce. HEX triplet: C4, 86 and 95. RGB value is (196,134,149). Sum of RGB (Red+Green+Blue) = 196+134+149=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C48695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48695 is #3B796A. Grayscale: #9A9A9A. Windows color (decimal): -3897707 or 9799364. OLE color: 9799364.

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

Color convert

RGB196134149-
CMYK00.320.240.23
HSL345.48º34.44%64.71%-
HSV(B)345.48º31.63%76.86%-
XYZ36.7130.9632.47-
YUV154.25125.04157.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=40.92%
G=27.97%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613414900.320.240.23345.4834.4464.71
HexC4869502018171592241
Octal304206225040302753142101
Binary110001001000011010010101010000011000101111010110011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48695; }

 p { color: rgb(196,134,149); }

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

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

 a { background-color: rgb(196,134,149); }

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

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

 span { border-color: rgb(196,134,149); }

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