#C48E68

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

Shades of Whiskey #C48E68

Tints of Whiskey #C48E68

Color information

#C48E68 (or 0xC48E68) is unknown color: approx Whiskey. HEX triplet: C4, 8E and 68. RGB value is (196,142,104). Sum of RGB (Red+Green+Blue) = 196+142+104=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E68 is #3B7197. Grayscale: #9A9A9A. Windows color (decimal): -3895704 or 6852292. OLE color: 6852292.

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

Color convert

RGB196142104-
CMYK00.280.470.23
HSL24.78º43.81%58.82%-
HSV(B)24.78º46.94%76.86%-
XYZ34.9432.0817.45-
YUV153.8199.89158.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.34%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 104 (41.02% from 255) = 23.53%
R=44.34%
G=32.13%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614210400.280.470.2324.7843.8158.82
HexC48E6801C2F17192c3b
Octal3042161500345727315473
Binary110001001000111011010000111001011111011111001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E68; }

 p { color: rgb(196,142,104); }

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

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

 a { background-color: rgb(196,142,104); }

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

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

 span { border-color: rgb(196,142,104); }

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