#C8926C

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

Shades of Whiskey #C8926C

Tints of Whiskey #C8926C

Color information

#C8926C (or 0xC8926C) is unknown color: approx Whiskey. HEX triplet: C8, 92 and 6C. RGB value is (200,146,108). Sum of RGB (Red+Green+Blue) = 200+146+108=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8926C is #376D93. Grayscale: #9E9E9E. Windows color (decimal): -3632532 or 7115464. OLE color: 7115464.

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

Color convert

RGB200146108-
CMYK00.270.460.22
HSL24.78º45.54%60.39%-
HSV(B)24.78º46%78.43%-
XYZ36.8133.9218.79-
YUV157.8199.89158.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=44.05%
G=32.16%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014610800.270.460.2224.7845.5460.39
HexC8926C01B2E16192e3c
Octal3102221540335626315674
Binary110010001001001011011000110111011101011011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8926C; }

 p { color: rgb(200,146,108); }

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

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

 a { background-color: rgb(200,146,108); }

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

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

 span { border-color: rgb(200,146,108); }

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