#C38E64

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

Shades of Whiskey #C38E64

Tints of Whiskey #C38E64

Color information

#C38E64 (or 0xC38E64) is unknown color: approx Whiskey. HEX triplet: C3, 8E and 64. RGB value is (195,142,100). Sum of RGB (Red+Green+Blue) = 195+142+100=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E64 is #3C719B. Grayscale: #999999. Windows color (decimal): -3961244 or 6590147. OLE color: 6590147.

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

Color convert

RGB195142100-
CMYK00.270.490.24
HSL26.53º44.19%57.84%-
HSV(B)26.53º48.72%76.47%-
XYZ34.4831.8716.39-
YUV153.0698.06157.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 100 (39.45% from 255) = 22.88%
R=44.62%
G=32.49%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514210000.270.490.2426.5344.1957.84
HexC38E6401B31181b2c3a
Octal3032161440336130335472
Binary110000111000111011001000110111100011100011011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E64; }

 p { color: rgb(195,142,100); }

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

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

 a { background-color: rgb(195,142,100); }

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

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

 span { border-color: rgb(195,142,100); }

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