#C18193

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

Shades of Puce #C18193

Tints of Puce #C18193

Color information

#C18193 (or 0xC18193) is unknown color: approx Puce. HEX triplet: C1, 81 and 93. RGB value is (193,129,147). Sum of RGB (Red+Green+Blue) = 193+129+147=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C18193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18193 is #3E7E6C. Grayscale: #969696. Windows color (decimal): -4095597 or 9667009. OLE color: 9667009.

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

Color convert

RGB193129147-
CMYK00.330.240.24
HSL343.12º34.04%63.14%-
HSV(B)343.12º33.16%75.69%-
XYZ35.1129.1431.38-
YUV150.19126.2158.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=41.15%
G=27.51%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312914700.330.240.24343.1234.0463.14
HexC181930211818157223f
Octal30120122304130305274277
Binary11000001100000011001001101000011100011000101010111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18193; }

 p { color: rgb(193,129,147); }

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

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

 a { background-color: rgb(193,129,147); }

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

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

 span { border-color: rgb(193,129,147); }

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