#C5849D

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

Shades of Puce #C5849D

Tints of Puce #C5849D

Color information

#C5849D (or 0xC5849D) is unknown color: approx Puce. HEX triplet: C5, 84 and 9D. RGB value is (197,132,157). Sum of RGB (Red+Green+Blue) = 197+132+157=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C5849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5849D is #3A7B62. Grayscale: #9A9A9A. Windows color (decimal): -3832675 or 10323141. OLE color: 10323141.

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

Color convert

RGB197132157-
CMYK00.330.200.23
HSL336.92º35.91%64.51%-
HSV(B)336.92º32.99%77.25%-
XYZ37.3630.8135.88-
YUV154.28129.53158.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.53%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=40.53%
G=27.16%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713215700.330.200.23336.9235.9164.51
HexC5849D02114171512441
Octal305204235041242752144101
Binary110001011000010010011101010000110100101111010100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5849D; }

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

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

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

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

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

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

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

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