#C48D68

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

Shades of Whiskey #C48D68

Tints of Whiskey #C48D68

Color information

#C48D68 (or 0xC48D68) is unknown color: approx Whiskey. HEX triplet: C4, 8D and 68. RGB value is (196,141,104). Sum of RGB (Red+Green+Blue) = 196+141+104=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D68 is #3B7297. Grayscale: #999999. Windows color (decimal): -3895960 or 6852036. OLE color: 6852036.

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

Color convert

RGB196141104-
CMYK00.280.470.23
HSL24.13º43.81%58.82%-
HSV(B)24.13º46.94%76.86%-
XYZ34.7931.7817.4-
YUV153.23100.22158.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=44.44%
G=31.97%
B=23.58%

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
Decimal19614110400.280.470.2324.1343.8158.82
HexC48D6801C2F17182c3b
Octal3042151500345727305473
Binary110001001000110111010000111001011111011111000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D68; }

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

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

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

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

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

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

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

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