#C58497

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

Shades of Puce #C58497

Tints of Puce #C58497

Color information

#C58497 (or 0xC58497) is unknown color: approx Puce. HEX triplet: C5, 84 and 97. RGB value is (197,132,151). Sum of RGB (Red+Green+Blue) = 197+132+151=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C58497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58497 is #3A7B68. Grayscale: #999999. Windows color (decimal): -3832681 or 9929925. OLE color: 9929925.

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

Color convert

RGB197132151-
CMYK00.330.230.23
HSL342.46º35.91%64.51%-
HSV(B)342.46º32.99%77.25%-
XYZ36.8630.6133.24-
YUV153.6126.53158.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=41.04%
G=27.5%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713215100.330.230.23342.4635.9164.51
HexC5849702117171562441
Octal305204227041272752644101
Binary110001011000010010010111010000110111101111010101101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58497; }

 p { color: rgb(197,132,151); }

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

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

 a { background-color: rgb(197,132,151); }

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

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

 span { border-color: rgb(197,132,151); }

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