#C5848D

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

Shades of Puce #C5848D

Tints of Puce #C5848D

Color information

#C5848D (or 0xC5848D) is unknown color: approx Puce. HEX triplet: C5, 84 and 8D. RGB value is (197,132,141). Sum of RGB (Red+Green+Blue) = 197+132+141=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5848D is #3A7B72. Grayscale: #989898. Windows color (decimal): -3832691 or 9274565. OLE color: 9274565.

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

Color convert

RGB197132141-
CMYK00.330.280.23
HSL351.69º35.91%64.51%-
HSV(B)351.69º32.99%77.25%-
XYZ36.0830.329.15-
YUV152.46121.53159.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 141 (55.47% from 255) = 30%
R=41.91%
G=28.09%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713214100.330.280.23351.6935.9164.51
HexC5848D0211C171602441
Octal305204215041342754044101
Binary110001011000010010001101010000111100101111011000001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5848D; }

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

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

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

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

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

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

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

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