#C48A62

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

Shades of Whiskey #C48A62

Tints of Whiskey #C48A62

Color information

#C48A62 (or 0xC48A62) is unknown color: approx Whiskey. HEX triplet: C4, 8A and 62. RGB value is (196,138,98). Sum of RGB (Red+Green+Blue) = 196+138+98=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A62 is #3B759D. Grayscale: #979797. Windows color (decimal): -3896734 or 6458052. OLE color: 6458052.

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

Color convert

RGB19613898-
CMYK00.300.50.23
HSL24.49º45.37%57.65%-
HSV(B)24.49º50%76.86%-
XYZ34.0630.7915.7-
YUV150.7898.22160.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.37%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=45.37%
G=31.94%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961389800.300.50.2324.4945.3757.65
HexC48A6201E3217182d3a
Octal3042121420366227305572
Binary110001001000101011000100111101100101011111000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A62; }

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

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

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

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

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

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

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

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