#C48192

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

Shades of Puce #C48192

Tints of Puce #C48192

Color information

#C48192 (or 0xC48192) is unknown color: approx Puce. HEX triplet: C4, 81 and 92. RGB value is (196,129,146). Sum of RGB (Red+Green+Blue) = 196+129+146=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C48192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48192 is #3B7E6D. Grayscale: #969696. Windows color (decimal): -3898990 or 9601476. OLE color: 9601476.

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

Color convert

RGB196129146-
CMYK00.340.260.23
HSL344.78º36.22%63.73%-
HSV(B)344.78º34.18%76.86%-
XYZ35.829.5131-
YUV150.97125.2160.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.61%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=41.61%
G=27.39%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612914600.340.260.23344.7836.2263.73
HexC481920221A171592440
Octal304201222042322753144100
Binary110001001000000110010010010001011010101111010110011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48192; }

 p { color: rgb(196,129,146); }

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

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

 a { background-color: rgb(196,129,146); }

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

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

 span { border-color: rgb(196,129,146); }

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