#C58F66

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

Shades of Whiskey #C58F66

Tints of Whiskey #C58F66

Color information

#C58F66 (or 0xC58F66) is unknown color: approx Whiskey. HEX triplet: C5, 8F and 66. RGB value is (197,143,102). Sum of RGB (Red+Green+Blue) = 197+143+102=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F66 is #3A7099. Grayscale: #9A9A9A. Windows color (decimal): -3829914 or 6721477. OLE color: 6721477.

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

Color convert

RGB197143102-
CMYK00.270.480.23
HSL25.89º45.02%58.63%-
HSV(B)25.89º48.22%77.25%-
XYZ35.2532.4716.98-
YUV154.4798.39158.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.57%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=44.57%
G=32.35%
B=23.08%

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
Decimal19714310200.270.480.2325.8945.0258.63
HexC58F6601B30171a2d3b
Octal3052171460336027325573
Binary110001011000111111001100110111100001011111010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F66; }

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

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

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

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

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

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

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

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