#C58693

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

Shades of Puce #C58693

Tints of Puce #C58693

Color information

#C58693 (or 0xC58693) is unknown color: approx Puce. HEX triplet: C5, 86 and 93. RGB value is (197,134,147). Sum of RGB (Red+Green+Blue) = 197+134+147=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C58693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58693 is #3A796C. Grayscale: #9A9A9A. Windows color (decimal): -3832173 or 9668293. OLE color: 9668293.

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

Color convert

RGB197134147-
CMYK00.320.250.23
HSL347.62º35.2%64.9%-
HSV(B)347.62º31.98%77.25%-
XYZ36.8231.0331.65-
YUV154.32123.87158.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=41.21%
G=28.03%
B=30.75%

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
Decimal19713414700.320.250.23347.6235.264.9
HexC58693020191715c2341
Octal305206223040312753443101
Binary110001011000011010010011010000011001101111010111001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58693; }

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

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

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

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

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

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

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

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