#C58687

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

Shades of Puce #C58687

Tints of Puce #C58687

Color information

#C58687 (or 0xC58687) is unknown color: approx Puce. HEX triplet: C5, 86 and 87. RGB value is (197,134,135). Sum of RGB (Red+Green+Blue) = 197+134+135=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C58687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58687 is #3A7978. Grayscale: #999999. Windows color (decimal): -3832185 or 8881861. OLE color: 8881861.

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

Color convert

RGB197134135-
CMYK00.320.310.23
HSL359.05º35.2%64.9%-
HSV(B)359.05º31.98%77.25%-
XYZ35.9230.6726.95-
YUV152.95117.87159.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.27%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 135 (53.12% from 255) = 28.97%
R=42.27%
G=28.76%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713413500.320.310.23359.0535.264.9
HexC586870201F171672341
Octal305206207040372754743101
Binary110001011000011010000111010000011111101111011001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58687; }

 p { color: rgb(197,134,135); }

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

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

 a { background-color: rgb(197,134,135); }

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

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

 span { border-color: rgb(197,134,135); }

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