#C1818B

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

Shades of Puce #C1818B

Tints of Puce #C1818B

Color information

#C1818B (or 0xC1818B) is unknown color: approx Puce. HEX triplet: C1, 81 and 8B. RGB value is (193,129,139). Sum of RGB (Red+Green+Blue) = 193+129+139=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C1818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1818B is #3E7E74. Grayscale: #959595. Windows color (decimal): -4095605 or 9142721. OLE color: 9142721.

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

Color convert

RGB193129139-
CMYK00.330.280.24
HSL350.62º34.04%63.14%-
HSV(B)350.62º33.16%75.69%-
XYZ34.528.928.19-
YUV149.28122.2159.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=41.87%
G=27.98%
B=30.15%

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
Decimal19312913900.330.280.24350.6234.0463.14
HexC1818B0211C1815f223f
Octal30120121304134305374277
Binary11000001100000011000101101000011110011000101011111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1818B; }

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

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

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

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

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

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

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

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