#C58E61

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

Shades of Whiskey #C58E61

Tints of Whiskey #C58E61

Color information

#C58E61 (or 0xC58E61) is unknown color: approx Whiskey. HEX triplet: C5, 8E and 61. RGB value is (197,142,97). Sum of RGB (Red+Green+Blue) = 197+142+97=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58E61 is #3A719E. Grayscale: #999999. Windows color (decimal): -3830175 or 6393541. OLE color: 6393541.

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

Color convert

RGB19714297-
CMYK00.280.510.23
HSL27º46.3%57.65%-
HSV(B)27º50.76%77.25%-
XYZ34.8632.0815.66-
YUV153.3296.22159.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=45.18%
G=32.57%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971429700.280.510.232746.357.65
HexC58E6101C33171b2e3a
Octal3052161410346327335672
Binary110001011000111011000010111001100111011111011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58E61; }

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

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

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

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

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

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

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

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