#C38E65

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

Shades of Whiskey #C38E65

Tints of Whiskey #C38E65

Color information

#C38E65 (or 0xC38E65) is unknown color: approx Whiskey. HEX triplet: C3, 8E and 65. RGB value is (195,142,101). Sum of RGB (Red+Green+Blue) = 195+142+101=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E65 is #3C719A. Grayscale: #999999. Windows color (decimal): -3961243 or 6655683. OLE color: 6655683.

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

Color convert

RGB195142101-
CMYK00.270.480.24
HSL26.17º43.93%58.04%-
HSV(B)26.17º48.21%76.47%-
XYZ34.5331.8916.65-
YUV153.1798.56157.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.52%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=44.52%
G=32.42%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514210100.270.480.2426.1743.9358.04
HexC38E6501B30181a2c3a
Octal3032161450336030325472
Binary110000111000111011001010110111100001100011010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E65; }

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

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

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

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

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

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

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

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