#C8916A

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

Shades of Whiskey #C8916A

Tints of Whiskey #C8916A

Color information

#C8916A (or 0xC8916A) is unknown color: approx Whiskey. HEX triplet: C8, 91 and 6A. RGB value is (200,145,106). Sum of RGB (Red+Green+Blue) = 200+145+106=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8916A is #376E95. Grayscale: #9D9D9D. Windows color (decimal): -3632790 or 6984136. OLE color: 6984136.

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

Color convert

RGB200145106-
CMYK00.280.470.22
HSL24.89º46.08%60%-
HSV(B)24.89º47%78.43%-
XYZ36.5533.5718.19-
YUV15799.22158.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 106 (41.80% from 255) = 23.50%
R=44.35%
G=32.15%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014510600.280.470.2224.8946.0860
HexC8916A01C2F16192e3c
Octal3102211520345726315674
Binary110010001001000111010100111001011111011011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8916A; }

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

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

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

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

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

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

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

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