Html Css Color HEX #C58961 Whiskey

📋 copy color: '#C58961'

red 197 ◦ green 137 ◦ blue 97

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

Shades of Whiskey #C58961

Tints of Whiskey #C58961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

 BLUE value IS 97 (38.28% from 255) = 22.51%

R = 45.71%
G = 31.79%
B = 22.51%

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

#C58961 (or 0xC58961) is known color: Whiskey. HEX triplet: C5, 89 and 61. RGB value is (197,137,97). Sum of RGB (Red+Green+Blue) = 197+137+97=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C58961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58961 is #3A769E. Grayscale: #969696. Windows color (decimal): -3831455 or 6392261. OLE color: 6392261.

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

Color convert

RGB 197 137 97 -
CMYK 0 0.30 0.51 0.23
HSL 24º 0.46% 0.58% -
HSV(B) 24º 0.51% 0.77% -
XYZ 34.13 30.62 15.42 -
YUV 150.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 197 137 97 0 0.30 0.51 0.23 24 0.46 0.58
Hex C5 89 61 0 1E 33 17 18 2E 3A
Octal 305 211 141 0 36 63 27 30 56 72
Binary 11000101 10001001 1100001 0 11110 110011 10111 11000 101110 111010

Color Harmonies of #C58961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58961

Black with #C58961

Text Example


Text Example

White with #C58961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58961; }

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

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

background-color css

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

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

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

border-color css

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

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

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