#C28961

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

Shades of Whiskey #C28961

Tints of Whiskey #C28961

Color information

#C28961 (or 0xC28961) is unknown color: approx Whiskey. HEX triplet: C2, 89 and 61. RGB value is (194,137,97). Sum of RGB (Red+Green+Blue) = 194+137+97=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C28961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28961 is #3D769E. Grayscale: #959595. Windows color (decimal): -4028063 or 6392258. OLE color: 6392258.

HSL color Cylindrical-coordinate representation of color #C28961: hue angle of 24.74º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C28961 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19413797-
CMYK00.290.500.24
HSL24.74º44.29%57.06%-
HSV(B)24.74º50%76.08%-
XYZ33.3530.2215.39-
YUV149.4898.38159.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=45.33%
G=32.01%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941379700.290.500.2424.7444.2957.06
HexC2896101D3218192c39
Octal3022111410356230315471
Binary110000101000100111000010111011100101100011001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28961; }

 p { color: rgb(194,137,97); }

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

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

 a { background-color: rgb(194,137,97); }

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

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

 span { border-color: rgb(194,137,97); }

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