#C1818E

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

Shades of Puce #C1818E

Tints of Puce #C1818E

Color information

#C1818E (or 0xC1818E) is unknown color: approx Puce. HEX triplet: C1, 81 and 8E. RGB value is (193,129,142). Sum of RGB (Red+Green+Blue) = 193+129+142=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1818E is #3E7E71. Grayscale: #959595. Windows color (decimal): -4095602 or 9339329. OLE color: 9339329.

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

Color convert

RGB193129142-
CMYK00.330.260.24
HSL347.81º34.04%63.14%-
HSV(B)347.81º33.16%75.69%-
XYZ34.7328.9929.36-
YUV149.62123.7158.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=41.59%
G=27.80%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312914200.330.260.24347.8134.0463.14
HexC1818E0211A1815c223f
Octal30120121604132305344277
Binary11000001100000011000111001000011101011000101011100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1818E; }

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

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

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

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

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

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

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

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