#C48B93

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

Shades of Puce #C48B93

Tints of Puce #C48B93

Color information

#C48B93 (or 0xC48B93) is unknown color: approx Puce. HEX triplet: C4, 8B and 93. RGB value is (196,139,147). Sum of RGB (Red+Green+Blue) = 196+139+147=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48B93 is #3B746C. Grayscale: #9C9C9C. Windows color (decimal): -3896429 or 9669572. OLE color: 9669572.

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

Color convert

RGB196139147-
CMYK00.290.250.23
HSL351.58º32.57%65.69%-
HSV(B)351.58º29.08%76.86%-
XYZ37.2632.3131.88-
YUV156.96122.38155.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=40.66%
G=28.84%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613914700.290.250.23351.5832.5765.69
HexC48B9301D19171602142
Octal304213223035312754041102
Binary11000100100010111001001101110111001101111011000001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48B93; }

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

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

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

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

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

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

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

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