#C58E6A

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

Shades of Whiskey #C58E6A

Tints of Whiskey #C58E6A

Color information

#C58E6A (or 0xC58E6A) is unknown color: approx Whiskey. HEX triplet: C5, 8E and 6A. RGB value is (197,142,106). Sum of RGB (Red+Green+Blue) = 197+142+106=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58E6A is #3A7195. Grayscale: #9A9A9A. Windows color (decimal): -3830166 or 6983365. OLE color: 6983365.

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

Color convert

RGB197142106-
CMYK00.280.460.23
HSL23.74º43.96%59.41%-
HSV(B)23.74º46.19%77.25%-
XYZ35.332.2618-
YUV154.34100.72158.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 106 (41.80% from 255) = 23.82%
R=44.27%
G=31.91%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714210600.280.460.2323.7443.9659.41
HexC58E6A01C2E17182c3b
Octal3052161520345627305473
Binary110001011000111011010100111001011101011111000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58E6A; }

 p { color: rgb(197,142,106); }

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

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

 a { background-color: rgb(197,142,106); }

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

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

 span { border-color: rgb(197,142,106); }

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