#C58F67

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

Shades of Whiskey #C58F67

Tints of Whiskey #C58F67

Color information

#C58F67 (or 0xC58F67) is unknown color: approx Whiskey. HEX triplet: C5, 8F and 67. RGB value is (197,143,103). Sum of RGB (Red+Green+Blue) = 197+143+103=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F67 is #3A7098. Grayscale: #9A9A9A. Windows color (decimal): -3829913 or 6787013. OLE color: 6787013.

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

Color convert

RGB197143103-
CMYK00.270.480.23
HSL25.53º44.76%58.82%-
HSV(B)25.53º47.72%77.25%-
XYZ35.332.4917.24-
YUV154.5998.89158.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 103 (40.62% from 255) = 23.25%
R=44.47%
G=32.28%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714310300.270.480.2325.5344.7658.82
HexC58F6701B30171a2d3b
Octal3052171470336027325573
Binary110001011000111111001110110111100001011111010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F67; }

 p { color: rgb(197,143,103); }

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

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

 a { background-color: rgb(197,143,103); }

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

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

 span { border-color: rgb(197,143,103); }

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