#C58396

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

Shades of Puce #C58396

Tints of Puce #C58396

Color information

#C58396 (or 0xC58396) is unknown color: approx Puce. HEX triplet: C5, 83 and 96. RGB value is (197,131,150). Sum of RGB (Red+Green+Blue) = 197+131+150=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C58396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58396 is #3A7C69. Grayscale: #989898. Windows color (decimal): -3832938 or 9864133. OLE color: 9864133.

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

Color convert

RGB197131150-
CMYK00.340.240.23
HSL342.73º36.26%64.31%-
HSV(B)342.73º33.5%77.25%-
XYZ36.6530.332.77-
YUV152.9126.37159.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=41.21%
G=27.41%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713115000.340.240.23342.7336.2664.31
HexC5839602218171572440
Octal305203226042302752744100
Binary110001011000001110010110010001011000101111010101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58396; }

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

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

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

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

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

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

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

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