#C58C68

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

Shades of Whiskey #C58C68

Tints of Whiskey #C58C68

Color information

#C58C68 (or 0xC58C68) is unknown color: approx Whiskey. HEX triplet: C5, 8C and 68. RGB value is (197,140,104). Sum of RGB (Red+Green+Blue) = 197+140+104=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C68 is #3A7397. Grayscale: #999999. Windows color (decimal): -3830680 or 6851781. OLE color: 6851781.

HSL color Cylindrical-coordinate representation of color #C58C68: hue angle of 23.23º 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 #C58C68 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB197140104-
CMYK00.290.470.23
HSL23.23º44.5%59.02%-
HSV(B)23.23º47.21%77.25%-
XYZ34.931.6317.36-
YUV152.94100.38159.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=44.67%
G=31.75%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714010400.290.470.2323.2344.559.02
HexC58C6801D2F17172c3b
Octal3052141500355727275473
Binary110001011000110011010000111011011111011110111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58C68; }

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

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

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

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

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

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

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

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