#C48E67

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

Shades of Whiskey #C48E67

Tints of Whiskey #C48E67

Color information

#C48E67 (or 0xC48E67) is unknown color: approx Whiskey. HEX triplet: C4, 8E and 67. RGB value is (196,142,103). Sum of RGB (Red+Green+Blue) = 196+142+103=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E67 is #3B7198. Grayscale: #999999. Windows color (decimal): -3895705 or 6786756. OLE color: 6786756.

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

Color convert

RGB196142103-
CMYK00.280.470.23
HSL25.16º44.08%58.63%-
HSV(B)25.16º47.45%76.86%-
XYZ34.8932.0617.18-
YUV153.799.39158.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 103 (40.62% from 255) = 23.36%
R=44.44%
G=32.20%
B=23.36%

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
Decimal19614210300.280.470.2325.1644.0858.63
HexC48E6701C2F17192c3b
Octal3042161470345727315473
Binary110001001000111011001110111001011111011111001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E67; }

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

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

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

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

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

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

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

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