#C59068

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

Shades of Whiskey #C59068

Tints of Whiskey #C59068

Color information

#C59068 (or 0xC59068) is unknown color: approx Whiskey. HEX triplet: C5, 90 and 68. RGB value is (197,144,104). Sum of RGB (Red+Green+Blue) = 197+144+104=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C59068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59068 is #3A6F97. Grayscale: #9B9B9B. Windows color (decimal): -3829656 or 6852805. OLE color: 6852805.

HSL color Cylindrical-coordinate representation of color #C59068: hue angle of 25.81º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C59068 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB197144104-
CMYK00.270.470.23
HSL25.81º44.5%59.02%-
HSV(B)25.81º47.21%77.25%-
XYZ35.532.8217.56-
YUV155.2999.06157.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 144 (56.64% from 255) = 32.36%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=44.27%
G=32.36%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714410400.270.470.2325.8144.559.02
HexC5906801B2F171a2c3b
Octal3052201500335727325473
Binary110001011001000011010000110111011111011111010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59068; }

 p { color: rgb(197,144,104); }

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

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

 a { background-color: rgb(197,144,104); }

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

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

 span { border-color: rgb(197,144,104); }

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