#C48995

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

Shades of Puce #C48995

Tints of Puce #C48995

Color information

#C48995 (or 0xC48995) is unknown color: approx Puce. HEX triplet: C4, 89 and 95. RGB value is (196,137,149). Sum of RGB (Red+Green+Blue) = 196+137+149=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C48995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48995 is #3B766A. Grayscale: #9C9C9C. Windows color (decimal): -3896939 or 9800132. OLE color: 9800132.

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

Color convert

RGB196137149-
CMYK00.300.240.23
HSL347.8º33.33%65.29%-
HSV(B)347.8º30.1%76.86%-
XYZ37.1431.832.61-
YUV156.01124.05156.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=40.66%
G=28.42%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613714900.300.240.23347.833.3365.29
HexC4899501E181715c2141
Octal304211225036302753441101
Binary11000100100010011001010101111011000101111010111001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48995; }

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

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

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

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

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

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

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

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