#C18A66

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

Shades of Whiskey #C18A66

Tints of Whiskey #C18A66

Color information

#C18A66 (or 0xC18A66) is unknown color: approx Whiskey. HEX triplet: C1, 8A and 66. RGB value is (193,138,102). Sum of RGB (Red+Green+Blue) = 193+138+102=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A66 is #3E7599. Grayscale: #969696. Windows color (decimal): -4093338 or 6720193. OLE color: 6720193.

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

Color convert

RGB193138102-
CMYK00.280.470.24
HSL23.74º42.33%57.84%-
HSV(B)23.74º47.15%75.69%-
XYZ33.4830.4716.69-
YUV150.34100.72158.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 138 (54.30% from 255) = 31.87%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=44.57%
G=31.87%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313810200.280.470.2423.7442.3357.84
HexC18A6601C2F18182a3a
Octal3012121460345730305272
Binary110000011000101011001100111001011111100011000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18A66; }

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

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

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

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

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

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

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

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