#C8936A

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

Shades of Whiskey #C8936A

Tints of Whiskey #C8936A

Color information

#C8936A (or 0xC8936A) is unknown color: approx Whiskey. HEX triplet: C8, 93 and 6A. RGB value is (200,147,106). Sum of RGB (Red+Green+Blue) = 200+147+106=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8936A is #376C95. Grayscale: #9E9E9E. Windows color (decimal): -3632278 or 6984648. OLE color: 6984648.

HSL color Cylindrical-coordinate representation of color #C8936A: hue angle of 26.17º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8936A is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB200147106-
CMYK00.260.470.22
HSL26.17º46.08%60%-
HSV(B)26.17º47%78.43%-
XYZ36.8534.1918.29-
YUV158.1798.56157.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.15%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=44.15%
G=32.45%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014710600.260.470.2226.1746.0860
HexC8936A01A2F161a2e3c
Octal3102231520325726325674
Binary110010001001001111010100110101011111011011010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8936A; }

 p { color: rgb(200,147,106); }

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

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

 a { background-color: rgb(200,147,106); }

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

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

 span { border-color: rgb(200,147,106); }

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