#C48D90

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

Shades of Puce #C48D90

Tints of Puce #C48D90

Color information

#C48D90 (or 0xC48D90) is unknown color: approx Puce. HEX triplet: C4, 8D and 90. RGB value is (196,141,144). Sum of RGB (Red+Green+Blue) = 196+141+144=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48D90 is #3B726F. Grayscale: #9D9D9D. Windows color (decimal): -3895920 or 9473476. OLE color: 9473476.

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

Color convert

RGB196141144-
CMYK00.280.270.23
HSL356.73º31.79%66.08%-
HSV(B)356.73º28.06%76.86%-
XYZ37.3232.830.75-
YUV157.79120.22155.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=40.75%
G=29.31%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614114400.280.270.23356.7331.7966.08
HexC48D9001C1B171652042
Octal304215220034332754540102
Binary11000100100011011001000001110011011101111011001011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D90; }

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

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

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

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

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

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

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

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