#C8926B

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

Shades of Whiskey #C8926B

Tints of Whiskey #C8926B

Color information

#C8926B (or 0xC8926B) is unknown color: approx Whiskey. HEX triplet: C8, 92 and 6B. RGB value is (200,146,107). Sum of RGB (Red+Green+Blue) = 200+146+107=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8926B is #376D94. Grayscale: #9D9D9D. Windows color (decimal): -3632533 or 7049928. OLE color: 7049928.

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

Color convert

RGB200146107-
CMYK00.270.460.22
HSL25.16º45.81%60.2%-
HSV(B)25.16º46.5%78.43%-
XYZ36.7533.918.52-
YUV157.799.39158.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.15%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=44.15%
G=32.23%
B=23.62%

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
Decimal20014610700.270.460.2225.1645.8160.2
HexC8926B01B2E16192e3c
Octal3102221530335626315674
Binary110010001001001011010110110111011101011011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8926B; }

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

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

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

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

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

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

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

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