#C1818D

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

Shades of Puce #C1818D

Tints of Puce #C1818D

Color information

#C1818D (or 0xC1818D) is unknown color: approx Puce. HEX triplet: C1, 81 and 8D. RGB value is (193,129,141). Sum of RGB (Red+Green+Blue) = 193+129+141=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1818D is #3E7E72. Grayscale: #959595. Windows color (decimal): -4095603 or 9273793. OLE color: 9273793.

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

Color convert

RGB193129141-
CMYK00.330.270.24
HSL348.75º34.04%63.14%-
HSV(B)348.75º33.16%75.69%-
XYZ34.6528.9628.96-
YUV149.5123.2159.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=41.68%
G=27.86%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312914100.330.270.24348.7534.0463.14
HexC1818D0211B1815d223f
Octal30120121504133305354277
Binary11000001100000011000110101000011101111000101011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1818D; }

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

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

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

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

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

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

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

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