#C38E63

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

Shades of Whiskey #C38E63

Tints of Whiskey #C38E63

Color information

#C38E63 (or 0xC38E63) is unknown color: approx Whiskey. HEX triplet: C3, 8E and 63. RGB value is (195,142,99). Sum of RGB (Red+Green+Blue) = 195+142+99=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E63 is #3C719C. Grayscale: #999999. Windows color (decimal): -3961245 or 6524611. OLE color: 6524611.

HSL color Cylindrical-coordinate representation of color #C38E63: hue angle of 26.88º 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 #C38E63 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19514299-
CMYK00.270.490.24
HSL26.88º44.44%57.65%-
HSV(B)26.88º49.23%76.47%-
XYZ34.4331.8516.14-
YUV152.9497.56158-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 99 (39.06% from 255) = 22.71%
R=44.72%
G=32.57%
B=22.71%

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
Decimal1951429900.270.490.2426.8844.4457.65
HexC38E6301B31181b2c3a
Octal3032161430336130335472
Binary110000111000111011000110110111100011100011011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E63; }

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

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

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

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

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

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

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

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