Html Css Color HEX #C58A60 Whiskey

📋 copy color: '#C58A60'

red 197 ◦ green 138 ◦ blue 96

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

Shades of Whiskey #C58A60

Tints of Whiskey #C58A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.02%

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

R = 45.71%
G = 32.02%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C58A60 (or 0xC58A60) is known color: Whiskey. HEX triplet: C5, 8A and 60. RGB value is (197,138,96). Sum of RGB (Red+Green+Blue) = 197+138+96=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A60 is #3A759F. Grayscale: #979797. Windows color (decimal): -3831200 or 6326981. OLE color: 6326981.

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

Color convert

RGB 197 138 96 -
CMYK 0 0.30 0.51 0.23
HSL 24.95º 0.47% 0.57% -
HSV(B) 24.95º 0.51% 0.77% -
XYZ 34.23 30.89 15.23 -
YUV 150.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 197 138 96 0 0.30 0.51 0.23 24.95 0.47 0.57
Hex C5 8A 60 0 1E 33 17 19 2F 39
Octal 305 212 140 0 36 63 27 31 57 71
Binary 11000101 10001010 1100000 0 11110 110011 10111 11001 101111 111001

Color Harmonies of #C58A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A60

Black with #C58A60

Text Example


Text Example

White with #C58A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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