#C48A65

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

Shades of Whiskey #C48A65

Tints of Whiskey #C48A65

Color information

#C48A65 (or 0xC48A65) is unknown color: approx Whiskey. HEX triplet: C4, 8A and 65. RGB value is (196,138,101). Sum of RGB (Red+Green+Blue) = 196+138+101=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A65 is #3B759A. Grayscale: #979797. Windows color (decimal): -3896731 or 6654660. OLE color: 6654660.

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

Color convert

RGB196138101-
CMYK00.300.480.23
HSL23.37º44.6%58.24%-
HSV(B)23.37º48.47%76.86%-
XYZ34.230.8516.46-
YUV151.1299.72160.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=45.06%
G=31.72%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613810100.300.480.2323.3744.658.24
HexC48A6501E3017172d3a
Octal3042121450366027275572
Binary110001001000101011001010111101100001011110111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A65; }

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

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

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

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

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

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

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

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