#C9936B

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

Shades of Whiskey #C9936B

Tints of Whiskey #C9936B

Color information

#C9936B (or 0xC9936B) is unknown color: approx Whiskey. HEX triplet: C9, 93 and 6B. RGB value is (201,147,107). Sum of RGB (Red+Green+Blue) = 201+147+107=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9936B is #366C94. Grayscale: #9E9E9E. Windows color (decimal): -3566741 or 7050185. OLE color: 7050185.

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

Color convert

RGB201147107-
CMYK00.270.470.21
HSL25.53º46.53%60.39%-
HSV(B)25.53º46.77%78.82%-
XYZ37.1734.3518.58-
YUV158.5998.89158.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=44.18%
G=32.31%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114710700.270.470.2125.5346.5360.39
HexC9936B01B2F151a2f3c
Octal3112231530335725325774
Binary110010011001001111010110110111011111010111010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9936B; }

 p { color: rgb(201,147,107); }

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

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

 a { background-color: rgb(201,147,107); }

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

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

 span { border-color: rgb(201,147,107); }

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