#C5818C

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

Shades of Puce #C5818C

Tints of Puce #C5818C

Color information

#C5818C (or 0xC5818C) is unknown color: approx Puce. HEX triplet: C5, 81 and 8C. RGB value is (197,129,140). Sum of RGB (Red+Green+Blue) = 197+129+140=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5818C is #3A7E73. Grayscale: #969696. Windows color (decimal): -3833460 or 9208261. OLE color: 9208261.

HSL color Cylindrical-coordinate representation of color #C5818C: hue angle of 350.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5818C is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB197129140-
CMYK00.350.290.23
HSL350.29º36.96%63.92%-
HSV(B)350.29º34.52%77.25%-
XYZ35.6129.4628.62-
YUV150.59122.03161.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.27%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 140 (55.08% from 255) = 30.04%
R=42.27%
G=27.68%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712914000.350.290.23350.2936.9663.92
HexC5818C0231D1715e2540
Octal305201214043352753645100
Binary110001011000000110001100010001111101101111010111101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5818C; }

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

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

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

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

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

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

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

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