#C58F61

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

Shades of Whiskey #C58F61

Tints of Whiskey #C58F61

Color information

#C58F61 (or 0xC58F61) is unknown color: approx Whiskey. HEX triplet: C5, 8F and 61. RGB value is (197,143,97). Sum of RGB (Red+Green+Blue) = 197+143+97=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F61 is #3A709E. Grayscale: #9A9A9A. Windows color (decimal): -3829919 or 6393797. OLE color: 6393797.

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

Color convert

RGB19714397-
CMYK00.270.510.23
HSL27.6º46.3%57.65%-
HSV(B)27.6º50.76%77.25%-
XYZ35.0132.3815.71-
YUV153.995.89158.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=45.08%
G=32.72%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971439700.270.510.2327.646.357.65
HexC58F6101B33171c2e3a
Octal3052171410336327345672
Binary110001011000111111000010110111100111011111100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F61; }

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

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

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

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

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

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

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

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