#C58C6B

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

Shades of Whiskey #C58C6B

Tints of Whiskey #C58C6B

Color information

#C58C6B (or 0xC58C6B) is unknown color: approx Whiskey. HEX triplet: C5, 8C and 6B. RGB value is (197,140,107). Sum of RGB (Red+Green+Blue) = 197+140+107=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C6B is #3A7394. Grayscale: #999999. Windows color (decimal): -3830677 or 7048389. OLE color: 7048389.

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

Color convert

RGB197140107-
CMYK00.290.460.23
HSL22º43.69%59.61%-
HSV(B)22º45.69%77.25%-
XYZ35.0631.6918.18-
YUV153.28101.88159.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.37%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 107 (42.19% from 255) = 24.10%
R=44.37%
G=31.53%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714010700.290.460.232243.6959.61
HexC58C6B01D2E17162c3c
Octal3052141530355627265474
Binary110001011000110011010110111011011101011110110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58C6B; }

 p { color: rgb(197,140,107); }

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

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

 a { background-color: rgb(197,140,107); }

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

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

 span { border-color: rgb(197,140,107); }

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