#C48F63

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

Shades of Whiskey #C48F63

Tints of Whiskey #C48F63

Color information

#C48F63 (or 0xC48F63) is unknown color: approx Whiskey. HEX triplet: C4, 8F and 63. RGB value is (196,143,99). Sum of RGB (Red+Green+Blue) = 196+143+99=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F63 is #3B709C. Grayscale: #9A9A9A. Windows color (decimal): -3895453 or 6524868. OLE color: 6524868.

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

Color convert

RGB19614399-
CMYK00.270.490.23
HSL27.22º45.12%57.84%-
HSV(B)27.22º49.49%76.86%-
XYZ34.8432.2816.2-
YUV153.8397.06158.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.75%
GREEN value IS 143 (56.25% from 255) = 32.65%
BLUE value IS 99 (39.06% from 255) = 22.60%
R=44.75%
G=32.65%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961439900.270.490.2327.2245.1257.84
HexC48F6301B31171b2d3a
Octal3042171430336127335572
Binary110001001000111111000110110111100011011111011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F63; }

 p { color: rgb(196,143,99); }

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

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

 a { background-color: rgb(196,143,99); }

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

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

 span { border-color: rgb(196,143,99); }

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