#C38962

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

Shades of Whiskey #C38962

Tints of Whiskey #C38962

Color information

#C38962 (or 0xC38962) is unknown color: approx Whiskey. HEX triplet: C3, 89 and 62. RGB value is (195,137,98). Sum of RGB (Red+Green+Blue) = 195+137+98=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C38962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38962 is #3C769D. Grayscale: #969696. Windows color (decimal): -3962526 or 6457795. OLE color: 6457795.

HSL color Cylindrical-coordinate representation of color #C38962: hue angle of 24.12º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C38962 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19513798-
CMYK00.300.500.24
HSL24.12º44.7%57.45%-
HSV(B)24.12º49.74%76.47%-
XYZ33.6630.3815.64-
YUV149.998.72160.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.35%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 98 (38.67% from 255) = 22.79%
R=45.35%
G=31.86%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951379800.300.500.2424.1244.757.45
HexC3896201E3218182d39
Octal3032111420366230305571
Binary110000111000100111000100111101100101100011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38962; }

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

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

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

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

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

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

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

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