#C4895F

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

Shades of Whiskey #C4895F

Tints of Whiskey #C4895F

Color information

#C4895F (or 0xC4895F) is unknown color: approx Whiskey. HEX triplet: C4, 89 and 5F. RGB value is (196,137,95). Sum of RGB (Red+Green+Blue) = 196+137+95=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4895F is #3B76A0. Grayscale: #969696. Windows color (decimal): -3896993 or 6261188. OLE color: 6261188.

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

Color convert

RGB19613795-
CMYK00.300.520.23
HSL24.95º46.12%57.06%-
HSV(B)24.95º51.53%76.86%-
XYZ33.7830.4514.92-
YUV149.8597.05160.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 95 (37.5% from 255) = 22.20%
R=45.79%
G=32.01%
B=22.20%

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
Decimal1961379500.300.520.2324.9546.1257.06
HexC4895F01E3417192e39
Octal3042111370366427315671
Binary110001001000100110111110111101101001011111001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4895F; }

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

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

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

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

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

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

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

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