#C1818C

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

Shades of Puce #C1818C

Tints of Puce #C1818C

Color information

#C1818C (or 0xC1818C) is unknown color: approx Puce. HEX triplet: C1, 81 and 8C. RGB value is (193,129,140). Sum of RGB (Red+Green+Blue) = 193+129+140=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1818C is #3E7E73. Grayscale: #959595. Windows color (decimal): -4095604 or 9208257. OLE color: 9208257.

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

Color convert

RGB193129140-
CMYK00.330.270.24
HSL349.69º34.04%63.14%-
HSV(B)349.69º33.16%75.69%-
XYZ34.5828.9328.57-
YUV149.39122.7159.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=41.77%
G=27.92%
B=30.30%

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
Decimal19312914000.330.270.24349.6934.0463.14
HexC1818C0211B1815e223f
Octal30120121404133305364277
Binary11000001100000011000110001000011101111000101011110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1818C; }

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

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

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

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

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

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

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

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