#C48C62

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

Shades of Whiskey #C48C62

Tints of Whiskey #C48C62

Color information

#C48C62 (or 0xC48C62) is unknown color: approx Whiskey. HEX triplet: C4, 8C and 62. RGB value is (196,140,98). Sum of RGB (Red+Green+Blue) = 196+140+98=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C62 is #3B739D. Grayscale: #989898. Windows color (decimal): -3896222 or 6458564. OLE color: 6458564.

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

Color convert

RGB19614098-
CMYK00.290.50.23
HSL25.71º45.37%57.65%-
HSV(B)25.71º50%76.86%-
XYZ34.3531.3715.8-
YUV151.9697.55159.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=45.16%
G=32.26%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961409800.290.50.2325.7145.3757.65
HexC48C6201D32171a2d3a
Octal3042141420356227325572
Binary110001001000110011000100111011100101011111010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48C62; }

 p { color: rgb(196,140,98); }

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

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

 a { background-color: rgb(196,140,98); }

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

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

 span { border-color: rgb(196,140,98); }

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