#C1818A

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

Shades of Puce #C1818A

Tints of Puce #C1818A

Color information

#C1818A (or 0xC1818A) is unknown color: approx Puce. HEX triplet: C1, 81 and 8A. RGB value is (193,129,138). Sum of RGB (Red+Green+Blue) = 193+129+138=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1818A is #3E7E75. Grayscale: #959595. Windows color (decimal): -4095606 or 9077185. OLE color: 9077185.

HSL color Cylindrical-coordinate representation of color #C1818A: hue angle of 351.56º 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 #C1818A is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB193129138-
CMYK00.330.280.24
HSL351.56º34.04%63.14%-
HSV(B)351.56º33.16%75.69%-
XYZ34.4328.8727.8-
YUV149.16121.7159.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 138 (54.30% from 255) = 30%
R=41.96%
G=28.04%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312913800.330.280.24351.5634.0463.14
HexC1818A0211C18160223f
Octal30120121204134305404277
Binary11000001100000011000101001000011110011000101100000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1818A; }

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

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

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

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

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

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

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

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