#C48A5F

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

Shades of Whiskey #C48A5F

Tints of Whiskey #C48A5F

Color information

#C48A5F (or 0xC48A5F) is unknown color: approx Whiskey. HEX triplet: C4, 8A and 5F. RGB value is (196,138,95). Sum of RGB (Red+Green+Blue) = 196+138+95=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A5F is #3B75A0. Grayscale: #969696. Windows color (decimal): -3896737 or 6261444. OLE color: 6261444.

HSL color Cylindrical-coordinate representation of color #C48A5F: hue angle of 25.54º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C48A5F is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19613895-
CMYK00.300.520.23
HSL25.54º46.12%57.06%-
HSV(B)25.54º51.53%76.86%-
XYZ33.9230.7414.97-
YUV150.4496.72160.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.69%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 95 (37.5% from 255) = 22.14%
R=45.69%
G=32.17%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961389500.300.520.2325.5446.1257.06
HexC48A5F01E34171a2e39
Octal3042121370366427325671
Binary110001001000101010111110111101101001011111010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A5F; }

 p { color: rgb(196,138,95); }

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

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

 a { background-color: rgb(196,138,95); }

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

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

 span { border-color: rgb(196,138,95); }

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