#C5859D

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

Shades of Puce #C5859D

Tints of Puce #C5859D

Color information

#C5859D (or 0xC5859D) is unknown color: approx Puce. HEX triplet: C5, 85 and 9D. RGB value is (197,133,157). Sum of RGB (Red+Green+Blue) = 197+133+157=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C5859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5859D is #3A7A62. Grayscale: #9A9A9A. Windows color (decimal): -3832419 or 10323397. OLE color: 10323397.

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

Color convert

RGB197133157-
CMYK00.320.200.23
HSL337.5º35.56%64.71%-
HSV(B)337.5º32.49%77.25%-
XYZ37.531.0835.92-
YUV154.87129.2158.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.45%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 157 (61.72% from 255) = 32.24%
R=40.45%
G=27.31%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713315700.320.200.23337.535.5664.71
HexC5859D02014171522441
Octal305205235040242752244101
Binary110001011000010110011101010000010100101111010100101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5859D; }

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

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

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

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

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

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

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

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