#C5838A

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

Shades of Puce #C5838A

Tints of Puce #C5838A

Color information

#C5838A (or 0xC5838A) is unknown color: approx Puce. HEX triplet: C5, 83 and 8A. RGB value is (197,131,138). Sum of RGB (Red+Green+Blue) = 197+131+138=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5838A is #3A7C75. Grayscale: #979797. Windows color (decimal): -3832950 or 9077701. OLE color: 9077701.

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

Color convert

RGB197131138-
CMYK00.340.300.23
HSL353.64º36.26%64.31%-
HSV(B)353.64º33.5%77.25%-
XYZ35.7329.9427.94-
YUV151.53120.37160.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.27%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=42.27%
G=28.11%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713113800.340.300.23353.6436.2664.31
HexC5838A0221E171622440
Octal305203212042362754244100
Binary110001011000001110001010010001011110101111011000101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5838A; }

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

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

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

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

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

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

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

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