#C5849F

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

Shades of Puce #C5849F

Tints of Puce #C5849F

Color information

#C5849F (or 0xC5849F) is unknown color: approx Puce. HEX triplet: C5, 84 and 9F. RGB value is (197,132,159). Sum of RGB (Red+Green+Blue) = 197+132+159=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5849F is #3A7B60. Grayscale: #9A9A9A. Windows color (decimal): -3832673 or 10454213. OLE color: 10454213.

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

Color convert

RGB197132159-
CMYK00.330.190.23
HSL335.08º35.91%64.51%-
HSV(B)335.08º32.99%77.25%-
XYZ37.5430.8836.78-
YUV154.51130.53158.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 159 (62.5% from 255) = 32.58%
R=40.37%
G=27.05%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713215900.330.190.23335.0835.9164.51
HexC5849F021131714f2441
Octal305204237041232751744101
Binary110001011000010010011111010000110011101111010011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5849F; }

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

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

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

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

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

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

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

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