#C48B90

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

Shades of Puce #C48B90

Tints of Puce #C48B90

Color information

#C48B90 (or 0xC48B90) is unknown color: approx Puce. HEX triplet: C4, 8B and 90. RGB value is (196,139,144). Sum of RGB (Red+Green+Blue) = 196+139+144=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48B90 is #3B746F. Grayscale: #9C9C9C. Windows color (decimal): -3896432 or 9472964. OLE color: 9472964.

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

Color convert

RGB196139144-
CMYK00.290.270.23
HSL354.74º32.57%65.69%-
HSV(B)354.74º29.08%76.86%-
XYZ37.0332.2130.65-
YUV156.61120.88156.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=40.92%
G=29.02%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613914400.290.270.23354.7432.5765.69
HexC48B9001D1B171632142
Octal304213220035332754341102
Binary11000100100010111001000001110111011101111011000111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48B90; }

 p { color: rgb(196,139,144); }

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

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

 a { background-color: rgb(196,139,144); }

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

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

 span { border-color: rgb(196,139,144); }

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