#C88962

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

Shades of Whiskey #C88962

Tints of Whiskey #C88962

Color information

#C88962 (or 0xC88962) is unknown color: approx Whiskey. HEX triplet: C8, 89 and 62. RGB value is (200,137,98). Sum of RGB (Red+Green+Blue) = 200+137+98=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C88962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88962 is #37769D. Grayscale: #979797. Windows color (decimal): -3634846 or 6457800. OLE color: 6457800.

HSL color Cylindrical-coordinate representation of color #C88962: hue angle of 22.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C88962 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB20013798-
CMYK00.320.510.22
HSL22.94º48.11%58.43%-
HSV(B)22.94º51%78.43%-
XYZ34.9731.0515.71-
YUV151.3997.87162.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 98 (38.67% from 255) = 22.53%
R=45.98%
G=31.49%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001379800.320.510.2222.9448.1158.43
HexC88962020331617303a
Octal3102111420406326276072
Binary1100100010001001110001001000001100111011010111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88962; }

 p { color: rgb(200,137,98); }

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

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

 a { background-color: rgb(200,137,98); }

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

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

 span { border-color: rgb(200,137,98); }

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