#C5838B

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

Shades of Puce #C5838B

Tints of Puce #C5838B

Color information

#C5838B (or 0xC5838B) is unknown color: approx Puce. HEX triplet: C5, 83 and 8B. RGB value is (197,131,139). Sum of RGB (Red+Green+Blue) = 197+131+139=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5838B is #3A7C74. Grayscale: #979797. Windows color (decimal): -3832949 or 9143237. OLE color: 9143237.

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

Color convert

RGB197131139-
CMYK00.340.290.23
HSL352.73º36.26%64.31%-
HSV(B)352.73º33.5%77.25%-
XYZ35.829.9728.32-
YUV151.65120.87160.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=42.18%
G=28.05%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713113900.340.290.23352.7336.2664.31
HexC5838B0221D171612440
Octal305203213042352754144100
Binary110001011000001110001011010001011101101111011000011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5838B; }

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

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

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

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

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

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

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

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