#C48092

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

Shades of Puce #C48092

Tints of Puce #C48092

Color information

#C48092 (or 0xC48092) is unknown color: approx Puce. HEX triplet: C4, 80 and 92. RGB value is (196,128,146). Sum of RGB (Red+Green+Blue) = 196+128+146=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C48092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48092 is #3B7F6D. Grayscale: #969696. Windows color (decimal): -3899246 or 9601220. OLE color: 9601220.

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

Color convert

RGB196128146-
CMYK00.350.260.23
HSL344.12º36.56%63.53%-
HSV(B)344.12º34.69%76.86%-
XYZ35.6729.2530.96-
YUV150.38125.53160.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=41.70%
G=27.23%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612814600.350.260.23344.1236.5663.53
HexC480920231A171582540
Octal304200222043322753045100
Binary110001001000000010010010010001111010101111010110001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48092; }

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

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

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

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

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

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

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

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