#C48D62

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

Shades of Whiskey #C48D62

Tints of Whiskey #C48D62

Color information

#C48D62 (or 0xC48D62) is unknown color: approx Whiskey. HEX triplet: C4, 8D and 62. RGB value is (196,141,98). Sum of RGB (Red+Green+Blue) = 196+141+98=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D62 is #3B729D. Grayscale: #989898. Windows color (decimal): -3895966 or 6458820. OLE color: 6458820.

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

Color convert

RGB19614198-
CMYK00.280.50.23
HSL26.33º45.37%57.65%-
HSV(B)26.33º50%76.86%-
XYZ34.4931.6715.85-
YUV152.5497.22159-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 98 (38.67% from 255) = 22.53%
R=45.06%
G=32.41%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961419800.280.50.2326.3345.3757.65
HexC48D6201C32171a2d3a
Octal3042151420346227325572
Binary110001001000110111000100111001100101011111010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D62; }

 p { color: rgb(196,141,98); }

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

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

 a { background-color: rgb(196,141,98); }

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

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

 span { border-color: rgb(196,141,98); }

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