Html Css Color HEX #C58D60 Whiskey

📋 copy color: '#C58D60'

red 197 ◦ green 141 ◦ blue 96

#C58D60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey #C58D60

Tints of Whiskey #C58D60

RGB

 RED value IS 197 (77.34% from 255) = 45.39%

 GREEN value IS 141 (55.47% from 255) = 32.49%

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 45.39%
G = 32.49%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C58D60 (or 0xC58D60) is known color: Whiskey. HEX triplet: C5, 8D and 60. RGB value is (197,141,96). Sum of RGB (Red+Green+Blue) = 197+141+96=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D60 is #3A729F. Grayscale: #989898. Windows color (decimal): -3830432 or 6327749. OLE color: 6327749.

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

Color convert

RGB 197 141 96 -
CMYK 0 0.28 0.51 0.23
HSL 26.73º 0.47% 0.57% -
HSV(B) 26.73º 0.51% 0.77% -
XYZ 34.66 31.76 15.37 -
YUV 152.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 197 141 96 0 0.28 0.51 0.23 26.73 0.47 0.57
Hex C5 8D 60 0 1C 33 17 1B 2F 39
Octal 305 215 140 0 34 63 27 33 57 71
Binary 11000101 10001101 1100000 0 11100 110011 10111 11011 101111 111001

Color Harmonies of #C58D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D60

Black with #C58D60

Text Example


Text Example

White with #C58D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D60; }

 p { color: rgb(197,141,96); }

 H1.HeaderClassName
 {
   color: #C58D60;
 }
 .AnyTagClassName
 {
   color: #C58D60;
 }
</style>

background-color css

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

 a { background-color: rgb(197,141,96); }

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

border-color css

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

 span { border-color: rgb(197,141,96); }

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