#C18392

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

Shades of Puce #C18392

Tints of Puce #C18392

Color information

#C18392 (or 0xC18392) is unknown color: approx Puce. HEX triplet: C1, 83 and 92. RGB value is (193,131,146). Sum of RGB (Red+Green+Blue) = 193+131+146=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C18392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18392 is #3E7C6D. Grayscale: #979797. Windows color (decimal): -4095086 or 9601985. OLE color: 9601985.

HSL color Cylindrical-coordinate representation of color #C18392: hue angle of 345.48º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C18392 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB193131146-
CMYK00.320.240.24
HSL345.48º33.33%63.53%-
HSV(B)345.48º32.12%75.69%-
XYZ35.329.6531.06-
YUV151.25125.04157.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=41.06%
G=27.87%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313114600.320.240.24345.4833.3363.53
HexC1839202018181592140
Octal301203222040303053141100
Binary110000011000001110010010010000011000110001010110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18392; }

 p { color: rgb(193,131,146); }

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

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

 a { background-color: rgb(193,131,146); }

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

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

 span { border-color: rgb(193,131,146); }

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