#C48D67

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

Shades of Whiskey #C48D67

Tints of Whiskey #C48D67

Color information

#C48D67 (or 0xC48D67) is unknown color: approx Whiskey. HEX triplet: C4, 8D and 67. RGB value is (196,141,103). Sum of RGB (Red+Green+Blue) = 196+141+103=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D67 is #3B7298. Grayscale: #999999. Windows color (decimal): -3895961 or 6786500. OLE color: 6786500.

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

Color convert

RGB196141103-
CMYK00.280.470.23
HSL24.52º44.08%58.63%-
HSV(B)24.52º47.45%76.86%-
XYZ34.7431.7617.13-
YUV153.1199.72158.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 141 (55.47% from 255) = 32.05%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=44.55%
G=32.05%
B=23.41%

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
Decimal19614110300.280.470.2324.5244.0858.63
HexC48D6701C2F17192c3b
Octal3042151470345727315473
Binary110001001000110111001110111001011111011111001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D67; }

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

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

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

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

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

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

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

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