#C58893

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

Shades of Puce #C58893

Tints of Puce #C58893

Color information

#C58893 (or 0xC58893) is unknown color: approx Puce. HEX triplet: C5, 88 and 93. RGB value is (197,136,147). Sum of RGB (Red+Green+Blue) = 197+136+147=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C58893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58893 is #3A776C. Grayscale: #9B9B9B. Windows color (decimal): -3831661 or 9668805. OLE color: 9668805.

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

Color convert

RGB197136147-
CMYK00.310.250.23
HSL349.18º34.46%65.29%-
HSV(B)349.18º30.96%77.25%-
XYZ37.131.5931.75-
YUV155.49123.21157.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=41.04%
G=28.33%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713614700.310.250.23349.1834.4665.29
HexC5889301F191715d2241
Octal305210223037312753542101
Binary11000101100010001001001101111111001101111010111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58893; }

 p { color: rgb(197,136,147); }

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

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

 a { background-color: rgb(197,136,147); }

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

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

 span { border-color: rgb(197,136,147); }

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