#C5859B

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

Shades of Puce #C5859B

Tints of Puce #C5859B

Color information

#C5859B (or 0xC5859B) is unknown color: approx Puce. HEX triplet: C5, 85 and 9B. RGB value is (197,133,155). Sum of RGB (Red+Green+Blue) = 197+133+155=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C5859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5859B is #3A7A64. Grayscale: #9A9A9A. Windows color (decimal): -3832421 or 10192325. OLE color: 10192325.

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

Color convert

RGB197133155-
CMYK00.320.210.23
HSL339.38º35.56%64.71%-
HSV(B)339.38º32.49%77.25%-
XYZ37.3331.0135.03-
YUV154.64128.2158.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.62%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 155 (60.94% from 255) = 31.96%
R=40.62%
G=27.42%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713315500.320.210.23339.3835.5664.71
HexC5859B02015171532441
Octal305205233040252752344101
Binary110001011000010110011011010000010101101111010100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5859B; }

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

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

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

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

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

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

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

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