#C58593

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

Shades of Puce #C58593

Tints of Puce #C58593

Color information

#C58593 (or 0xC58593) is unknown color: approx Puce. HEX triplet: C5, 85 and 93. RGB value is (197,133,147). Sum of RGB (Red+Green+Blue) = 197+133+147=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C58593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58593 is #3A7A6C. Grayscale: #999999. Windows color (decimal): -3832429 or 9668037. OLE color: 9668037.

HSL color Cylindrical-coordinate representation of color #C58593: hue angle of 346.88º degrees, saturation: 0.36, 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 #C58593 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB197133147-
CMYK00.320.250.23
HSL346.88º35.56%64.71%-
HSV(B)346.88º32.49%77.25%-
XYZ36.6830.7531.61-
YUV153.73124.2158.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=41.30%
G=27.88%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713314700.320.250.23346.8835.5664.71
HexC58593020191715b2441
Octal305205223040312753344101
Binary110001011000010110010011010000011001101111010110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58593; }

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

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

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

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

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

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

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

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