#C58B8E

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

Shades of Puce #C58B8E

Tints of Puce #C58B8E

Color information

#C58B8E (or 0xC58B8E) is unknown color: approx Puce. HEX triplet: C5, 8B and 8E. RGB value is (197,139,142). Sum of RGB (Red+Green+Blue) = 197+139+142=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58B8E is #3A7471. Grayscale: #9C9C9C. Windows color (decimal): -3830898 or 9341893. OLE color: 9341893.

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

Color convert

RGB197139142-
CMYK00.290.280.23
HSL356.9º33.33%65.88%-
HSV(B)356.9º29.44%77.25%-
XYZ37.1432.2929.87-
YUV156.68119.72156.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=41.21%
G=29.08%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713914200.290.280.23356.933.3365.88
HexC58B8E01D1C171652142
Octal305213216035342754541102
Binary11000101100010111000111001110111100101111011001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58B8E; }

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

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

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

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

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

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

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

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