#C18A65

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

Shades of Whiskey #C18A65

Tints of Whiskey #C18A65

Color information

#C18A65 (or 0xC18A65) is unknown color: approx Whiskey. HEX triplet: C1, 8A and 65. RGB value is (193,138,101). Sum of RGB (Red+Green+Blue) = 193+138+101=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A65 is #3E759A. Grayscale: #969696. Windows color (decimal): -4093339 or 6654657. OLE color: 6654657.

HSL color Cylindrical-coordinate representation of color #C18A65: hue angle of 24.13º degrees, saturation: 0.43, 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 #C18A65 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB193138101-
CMYK00.280.480.24
HSL24.13º42.59%57.65%-
HSV(B)24.13º47.67%75.69%-
XYZ33.4330.4516.43-
YUV150.23100.22158.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=44.68%
G=31.94%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313810100.280.480.2424.1342.5957.65
HexC18A6501C3018182b3a
Octal3012121450346030305372
Binary110000011000101011001010111001100001100011000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18A65; }

 p { color: rgb(193,138,101); }

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

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

 a { background-color: rgb(193,138,101); }

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

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

 span { border-color: rgb(193,138,101); }

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