#C5838E

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

Shades of Puce #C5838E

Tints of Puce #C5838E

Color information

#C5838E (or 0xC5838E) is unknown color: approx Puce. HEX triplet: C5, 83 and 8E. RGB value is (197,131,142). Sum of RGB (Red+Green+Blue) = 197+131+142=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5838E is #3A7C71. Grayscale: #989898. Windows color (decimal): -3832946 or 9339845. OLE color: 9339845.

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

Color convert

RGB197131142-
CMYK00.340.280.23
HSL350º36.26%64.31%-
HSV(B)350º33.5%77.25%-
XYZ36.0230.0629.49-
YUV151.99122.37160.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=41.91%
G=27.87%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713114200.340.280.2335036.2664.31
HexC5838E0221C1715e2440
Octal305203216042342753644100
Binary110001011000001110001110010001011100101111010111101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5838E; }

 p { color: rgb(197,131,142); }

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

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

 a { background-color: rgb(197,131,142); }

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

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

 span { border-color: rgb(197,131,142); }

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