#C48A61

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

Shades of Whiskey #C48A61

Tints of Whiskey #C48A61

Color information

#C48A61 (or 0xC48A61) is unknown color: approx Whiskey. HEX triplet: C4, 8A and 61. RGB value is (196,138,97). Sum of RGB (Red+Green+Blue) = 196+138+97=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A61 is #3B759E. Grayscale: #969696. Windows color (decimal): -3896735 or 6392516. OLE color: 6392516.

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

Color convert

RGB19613897-
CMYK00.300.510.23
HSL24.85º45.62%57.45%-
HSV(B)24.85º50.51%76.86%-
XYZ34.0130.7815.46-
YUV150.6797.72160.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=45.48%
G=32.02%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961389700.300.510.2324.8545.6257.45
HexC48A6101E3317192e39
Octal3042121410366327315671
Binary110001001000101011000010111101100111011111001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A61; }

 p { color: rgb(196,138,97); }

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

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

 a { background-color: rgb(196,138,97); }

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

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

 span { border-color: rgb(196,138,97); }

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