#C48095

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

Shades of Puce #C48095

Tints of Puce #C48095

Color information

#C48095 (or 0xC48095) is unknown color: approx Puce. HEX triplet: C4, 80 and 95. RGB value is (196,128,149). Sum of RGB (Red+Green+Blue) = 196+128+149=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C48095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48095 is #3B7F6A. Grayscale: #969696. Windows color (decimal): -3899243 or 9797828. OLE color: 9797828.

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

Color convert

RGB196128149-
CMYK00.350.240.23
HSL341.47º36.56%63.53%-
HSV(B)341.47º34.69%76.86%-
XYZ35.9129.3432.21-
YUV150.73127.03160.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=41.44%
G=27.06%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612814900.350.240.23341.4736.5663.53
HexC4809502318171552540
Octal304200225043302752545100
Binary110001001000000010010101010001111000101111010101011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48095; }

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

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

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

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

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

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

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

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