#C48C90

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

Shades of Puce #C48C90

Tints of Puce #C48C90

Color information

#C48C90 (or 0xC48C90) is unknown color: approx Puce. HEX triplet: C4, 8C and 90. RGB value is (196,140,144). Sum of RGB (Red+Green+Blue) = 196+140+144=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48C90 is #3B736F. Grayscale: #9D9D9D. Windows color (decimal): -3896176 or 9473220. OLE color: 9473220.

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

Color convert

RGB196140144-
CMYK00.290.270.23
HSL355.71º32.18%65.88%-
HSV(B)355.71º28.57%76.86%-
XYZ37.1832.5130.7-
YUV157.2120.55155.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.83%
GREEN value IS 140 (55.08% from 255) = 29.17%
BLUE value IS 144 (56.64% from 255) = 30%
R=40.83%
G=29.17%
B=30%

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
Decimal19614014400.290.270.23355.7132.1865.88
HexC48C9001D1B171642042
Octal304214220035332754440102
Binary11000100100011001001000001110111011101111011001001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48C90; }

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

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

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

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

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

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

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

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