#C28B65

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

Shades of Whiskey #C28B65

Tints of Whiskey #C28B65

Color information

#C28B65 (or 0xC28B65) is unknown color: approx Whiskey. HEX triplet: C2, 8B and 65. RGB value is (194,139,101). Sum of RGB (Red+Green+Blue) = 194+139+101=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B65 is #3D749A. Grayscale: #979797. Windows color (decimal): -4027547 or 6654914. OLE color: 6654914.

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

Color convert

RGB194139101-
CMYK00.280.480.24
HSL24.52º43.26%57.84%-
HSV(B)24.52º47.94%76.08%-
XYZ33.8330.8716.49-
YUV151.1199.72158.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=44.70%
G=32.03%
B=23.27%

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
Decimal19413910100.280.480.2424.5243.2657.84
HexC28B6501C3018192b3a
Octal3022131450346030315372
Binary110000101000101111001010111001100001100011001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B65; }

 p { color: rgb(194,139,101); }

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

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

 a { background-color: rgb(194,139,101); }

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

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

 span { border-color: rgb(194,139,101); }

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