#C18587

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

Shades of Puce #C18587

Tints of Puce #C18587

Color information

#C18587 (or 0xC18587) is unknown color: approx Puce. HEX triplet: C1, 85 and 87. RGB value is (193,133,135). Sum of RGB (Red+Green+Blue) = 193+133+135=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C18587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18587 is #3E7A78. Grayscale: #979797. Windows color (decimal): -4094585 or 8881601. OLE color: 8881601.

HSL color Cylindrical-coordinate representation of color #C18587: hue angle of 358º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18587 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB193133135-
CMYK00.310.300.24
HSL358º32.61%63.92%-
HSV(B)358º31.09%75.69%-
XYZ34.7529.8626.85-
YUV151.17118.88157.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 135 (53.12% from 255) = 29.28%
R=41.87%
G=28.85%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313313500.310.300.2435832.6163.92
HexC1858701F1E181662140
Octal301205207037363054641100
Binary11000001100001011000011101111111110110001011001101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18587; }

 p { color: rgb(193,133,135); }

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

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

 a { background-color: rgb(193,133,135); }

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

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

 span { border-color: rgb(193,133,135); }

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